Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
ghc GHC.Driver.Make Like implicitRequirements', but returns either the module name, if it is a free hole, or the instantiated unit the imported module is from, so that that instantiated unit can be processed and via the batch mod graph (rather than a transitive closure done here) all the free holes are still reachable.
-
ghc GHC.Driver.Pipeline.LogQueue No documentation available.
LogQueueQueue :: Int -> IntMap LogQueue -> LogQueueQueueghc GHC.Driver.Pipeline.LogQueue No documentation available.
newLogQueueQueue :: LogQueueQueueghc GHC.Driver.Pipeline.LogQueue No documentation available.
Opt_PrintEqualityRelations :: GeneralFlagghc GHC.Driver.Session No documentation available.
Opt_WarnPrepositiveQualifiedModule :: WarningFlagghc GHC.Driver.Session No documentation available.
Opt_WarnTypeEqualityOutOfScope :: WarningFlagghc GHC.Driver.Session No documentation available.
Opt_WarnTypeEqualityRequiresOperators :: WarningFlagghc GHC.Driver.Session No documentation available.
safeDirectImpsReq :: DynFlags -> Boolghc GHC.Driver.Session Are all direct imports required to be safe for this Safe Haskell mode? Direct imports are when the code explicitly imports a module
safeImplicitImpsReq :: DynFlags -> Boolghc GHC.Driver.Session Are all implicit imports required to be safe for this Safe Haskell mode? Implicit imports are things in the prelude. e.g System.IO when print is used.