Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. mgModSummaries' :: ModuleGraph -> [ModuleGraphNode]

    ghc GHC.Unit.Module.Graph

    No documentation available.

  2. moduleGraphNodeModSum :: ModuleGraphNode -> Maybe ModSummary

    ghc GHC.Unit.Module.Graph

    No documentation available.

  3. module GHC.Unit.Module.ModSummary

    A ModSummary is a node in the compilation manager's dependency graph (ModuleGraph)

  4. data ModSummary

    ghc GHC.Unit.Module.ModSummary

    Data for a module node in a ModuleGraph. Module nodes of the module graph are one of:

    • A regular Haskell source module
    • A hi-boot source module

  5. ModSummary :: Module -> HscSource -> ModLocation -> Fingerprint -> Maybe UTCTime -> !Maybe UTCTime -> Maybe UTCTime -> Maybe UTCTime -> [(PkgQual, Located ModuleName)] -> [(PkgQual, Located ModuleName)] -> Bool -> Maybe HsParsedModule -> FilePath -> DynFlags -> Maybe StringBuffer -> ModSummary

    ghc GHC.Unit.Module.ModSummary

    No documentation available.

  6. isBootSummary :: ModSummary -> IsBootInterface

    ghc GHC.Unit.Module.ModSummary

    Did this ModSummary originate from a hs-boot file?

  7. ExplicitSum :: XExplicitSum p -> ConTag -> SumWidth -> LHsExpr p -> HsExpr p

    ghc Language.Haskell.Syntax.Expr

    Used for unboxed sum types

    There will be multiple AnnVbar, (1 - alternative) before the expression, (arity - alternative) after it

  8. type family XExplicitSum x

    ghc Language.Haskell.Syntax.Extension

    No documentation available.

  9. type family XSumPat x

    ghc Language.Haskell.Syntax.Extension

    No documentation available.

  10. type family XSumTy x

    ghc Language.Haskell.Syntax.Extension

    No documentation available.

Page 99 of many | Previous | Next