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. unboxedSumKind :: [Type] -> Kind

    ghc-lib-parser GHC.Builtin.Types

    Specialization of unboxedTupleSumKind for sums

  2. isSumTyConUnique :: Unique -> Maybe Arity

    ghc-lib-parser GHC.Builtin.Uniques

    No documentation available.

  3. mkSumDataConUnique :: ConTagZ -> Arity -> Unique

    ghc-lib-parser GHC.Builtin.Uniques

    No documentation available.

  4. mkSumTyConUnique :: Arity -> Unique

    ghc-lib-parser GHC.Builtin.Uniques

    No documentation available.

  5. MO_ResumeThread :: CallishMachOp

    ghc-lib-parser GHC.Cmm.MachOp

    No documentation available.

  6. isUnboxedSumDataCon :: DataCon -> Bool

    ghc-lib-parser GHC.Core.DataCon

    No documentation available.

  7. aBSENT_SUM_FIELD_ERROR_ID :: Id

    ghc-lib-parser GHC.Core.Make

    No documentation available.

  8. mkCoreUnboxedSum :: Int -> Int -> [Type] -> CoreExpr -> CoreExpr

    ghc-lib-parser GHC.Core.Make

    Build an unboxed sum. Alternative number ("alt") starts from 1.

  9. UnboxedSumTyCon :: AlgTyConFlav

    ghc-lib-parser GHC.Core.TyCon

    An unboxed sum type constructor. This is distinct from VanillaAlgTyCon because we currently don't allow unboxed sums to be Typeable since there are too many of them. See #13276.

  10. isUnboxedSumTyCon :: TyCon -> Bool

    ghc-lib-parser GHC.Core.TyCon

    Is this the TyCon for an unboxed sum?

Page 134 of many | Previous | Next