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.

  1. implicitRequirementsShallow :: HscEnv -> [(PkgQual, Located ModuleName)] -> IO ([ModuleName], [InstantiatedUnit])

    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.

  2. data LogQueueQueue

    ghc GHC.Driver.Pipeline.LogQueue

    No documentation available.

  3. LogQueueQueue :: Int -> IntMap LogQueue -> LogQueueQueue

    ghc GHC.Driver.Pipeline.LogQueue

    No documentation available.

  4. newLogQueueQueue :: LogQueueQueue

    ghc GHC.Driver.Pipeline.LogQueue

    No documentation available.

  5. Opt_PrintEqualityRelations :: GeneralFlag

    ghc GHC.Driver.Session

    No documentation available.

  6. Opt_WarnPrepositiveQualifiedModule :: WarningFlag

    ghc GHC.Driver.Session

    No documentation available.

  7. Opt_WarnTypeEqualityOutOfScope :: WarningFlag

    ghc GHC.Driver.Session

    No documentation available.

  8. Opt_WarnTypeEqualityRequiresOperators :: WarningFlag

    ghc GHC.Driver.Session

    No documentation available.

  9. safeDirectImpsReq :: DynFlags -> Bool

    ghc 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

  10. safeImplicitImpsReq :: DynFlags -> Bool

    ghc 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.

Page 201 of many | Previous | Next