Home
last modified time | relevance | path

Searched defs:HsBootFile (Results 1 – 9 of 9) sorted by relevance

/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Types/
H A DSourceFile.hs48 | HsBootFile -- ^ .hs-boot file constructor
65 hscSourceString HsBootFile = "[boot]" function
70 isHsBootOrSig HsBootFile = True function
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Driver/
H A DPhases.hs99 = HsSrcFile | HsBootFile | HsigFile constructor
116 hscSourceString HsBootFile = "[boot]" function
121 isHsBootOrSig HsBootFile = True function
267 phaseInputExt (Unlit HsBootFile) = "lhs-boot" function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/main/
H A DDriverPhases.hs101 = HsSrcFile | HsBootFile | HsigFile constructor
118 hscSourceString HsBootFile = "[boot]" function
123 isHsBootOrSig HsBootFile = True function
269 phaseInputExt (Unlit HsBootFile) = "lhs-boot" function
/dports/lang/ghc/ghc-8.10.7/compiler/main/
H A DDriverPhases.hs101 = HsSrcFile | HsBootFile | HsigFile constructor
118 hscSourceString HsBootFile = "[boot]" function
123 isHsBootOrSig HsBootFile = True function
269 phaseInputExt (Unlit HsBootFile) = "lhs-boot" function
H A DDriverPipeline.hs1641 | HsBootFile <- src_flavour = addBootSuffixLocnOut location1 function
2260 hscPostBackendPhase HsBootFile _ = StopLn function
H A DGhcMake.hs922 hscSourceToIsBoot HsBootFile = IsBoot function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/ghcide/src/Development/IDE/Core/
H A DCompile.hs712 withBootSuffix HsBootFile = addBootSuffixLocnOut function
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/ghcide/src/Development/IDE/Core/
H A DCompile.hs712 withBootSuffix HsBootFile = addBootSuffixLocnOut function
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Driver/
H A DPhases.hs210 phaseInputExt (Unlit HsBootFile) = "lhs-boot" function