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. mkFRRUnboxedSum :: Maybe Int -> FixedRuntimeRepContext

    ghc GHC.Tc.Types.Origin

    A synonym for FRRUnboxedSum exposed in the hs-boot file for GHC.Tc.Types.Origin.

  2. data DeepSubsumptionFlag

    ghc GHC.Tc.Utils.Unify

    No documentation available.

  3. getDeepSubsumptionFlag :: TcM DeepSubsumptionFlag

    ghc GHC.Tc.Utils.Unify

    No documentation available.

  4. UnboxedSumType :: UnboxedTupleOrSum

    ghc GHC.Types.Basic

    No documentation available.

  5. data UnboxedTupleOrSum

    ghc GHC.Types.Basic

    Are we dealing with an unboxed tuple or an unboxed sum? Used when validity checking, see check_ubx_tuple_or_sum.

  6. unboxedTupleOrSumExtension :: UnboxedTupleOrSum -> Extension

    ghc GHC.Types.Basic

    No documentation available.

  7. isSumTyConName :: Name -> Bool

    ghc GHC.Types.Name

    No documentation available.

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

    ghc GHC.Types.RepType

    No documentation available.

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

  10. mgModSummaries :: ModuleGraph -> [ModSummary]

    ghc GHC.Unit.Module.Graph

    No documentation available.

Page 98 of many | Previous | Next