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. AssumedAnyclassStrategy :: AssumedDerivingStrategy

    ghc-lib-parser GHC.Types.Hint

    No documentation available.

  2. data AssumedDerivingStrategy

    ghc-lib-parser GHC.Types.Hint

    The deriving strategy that was assumed when not explicitly listed in the source. This is used solely by the missing-deriving-strategies warning. There's no Via case because we never assume that.

  3. AssumedNewtypeStrategy :: AssumedDerivingStrategy

    ghc-lib-parser GHC.Types.Hint

    No documentation available.

  4. AssumedStockStrategy :: AssumedDerivingStrategy

    ghc-lib-parser GHC.Types.Hint

    No documentation available.

  5. isSumTyConName :: Name -> Bool

    ghc-lib-parser GHC.Types.Name

    No documentation available.

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

    ghc-lib-parser GHC.Types.RepType

    No documentation available.

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

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

  8. mgModSummaries :: ModuleGraph -> [ModSummary]

    ghc-lib-parser GHC.Unit.Module.Graph

    No documentation available.

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

    ghc-lib-parser GHC.Unit.Module.Graph

    No documentation available.

  10. moduleGraphNodeModSum :: ModuleGraphNode -> Maybe ModSummary

    ghc-lib-parser GHC.Unit.Module.Graph

    No documentation available.

Page 140 of many | Previous | Next