Home
last modified time | relevance | path

Searched refs:mg_boot (Results 1 – 4 of 4) sorted by relevance

/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Unit/Module/
H A DGraph.hs77 , mg_boot :: ModuleSet function
104 mgBootModules ModuleGraph{..} = mg_boot
139 , mg_boot = case isBootSummary ms of function
140 NotBoot -> mg_boot
141 IsBoot -> extendModuleSet mg_boot (ms_mod ms)
/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 DHscTypes.hs2782 , mg_boot :: ModuleSet function
2807 mgBootModules ModuleGraph{..} = mg_boot
2836 , mg_boot = if isBootSummary ms function
2837 then extendModuleSet mg_boot (ms_mod ms)
2838 else mg_boot
/dports/lang/ghc/ghc-8.10.7/compiler/main/
H A DHscTypes.hs2782 , mg_boot :: ModuleSet function
2807 mgBootModules ModuleGraph{..} = mg_boot
2836 , mg_boot = if isBootSummary ms function
2837 then extendModuleSet mg_boot (ms_mod ms)
2838 else mg_boot
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Driver/
H A DTypes.hs2829 , mg_boot :: ModuleSet function
2854 mgBootModules ModuleGraph{..} = mg_boot
2883 , mg_boot = case isBootSummary ms of function
2884 NotBoot -> mg_boot
2885 IsBoot -> extendModuleSet mg_boot (ms_mod ms)