Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. isSumTyConName :: Name -> Bool

    ghc GHC.Types.Name

    No documentation available.

  2. layoutUbxSum :: HasDebugCallStack => SortedSlotTys -> [SlotTy] -> [Int]

    ghc GHC.Types.RepType

    No documentation available.

  3. ubxSumRepType :: [[PrimRep]] -> NonEmpty SlotTy

    ghc GHC.Types.RepType

    Given the arguments of a sum type constructor application, return the unboxed sum rep type. E.g. (# Int# | Maybe Int | (# Int#, Float# #) #) We call `ubxSumRepType [ [IntRep], [LiftedRep], [IntRep, FloatRep] ]`, which returns [WordSlot, PtrSlot, WordSlot, FloatSlot] INVARIANT: Result slots are sorted (via Ord SlotTy), except that at the head of the list we have the slot for the tag.

  4. mgModSummaries :: ModuleGraph -> [ModSummary]

    ghc GHC.Unit.Module.Graph

    No documentation available.

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

    ghc GHC.Unit.Module.Graph

    No documentation available.

  6. moduleGraphNodeModSum :: ModuleGraphNode -> Maybe ModSummary

    ghc GHC.Unit.Module.Graph

    No documentation available.

  7. module GHC.Unit.Module.ModSummary

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

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

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

  10. isBootSummary :: ModSummary -> IsBootInterface

    ghc GHC.Unit.Module.ModSummary

    Did this ModSummary originate from a hs-boot file?

Page 98 of many | Previous | Next