Hoogle Search

Within LTS Haskell 24.25 (ghc-9.10.3)

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

  1. SumFlavour :: TyConFlavour tc

    ghc-lib-parser GHC.Core.TyCon

    No documentation available.

  2. SumTyCon :: [DataCon] -> Int -> AlgTyConRhs

    ghc-lib-parser GHC.Core.TyCon

    An unboxed sum type.

  3. SumPat :: XSumPat p -> LPat p -> ConTag -> SumWidth -> Pat p

    ghc-lib-parser GHC.Hs.Pat

    Anonymous sum pattern, e.g. (# x | #). Used by -XUnboxedSums

  4. type SumAlt = Int

    ghc-lib-parser GHC.Internal.TH.Syntax

    In UnboxedSumE and UnboxedSumP, the number associated with a particular data constructor. SumAlts are one-indexed and should never exceed the value of its corresponding SumArity. For example:

  5. type SumArity = Int

    ghc-lib-parser GHC.Internal.TH.Syntax

    In UnboxedSumE, UnboxedSumT, and UnboxedSumP, the total number of SumAlts. For example, (#|#) has a SumArity of 2.

  6. data SumOrTuple b

    ghc-lib-parser GHC.Parser.PostProcess

    No documentation available.

  7. data SumOrTuple b

    ghc-lib-parser GHC.Parser.Types

    No documentation available.

  8. SumAltArityExceeded :: SumAlt -> SumArity -> ConversionFailReason

    ghc-lib-parser GHC.Tc.Errors.Types

    No documentation available.

  9. SumFlavour :: TyConFlavour tc

    ghc-lib-parser GHC.Types.Basic

    No documentation available.

  10. type SummaryNode = Node Int ModuleGraphNode

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

    No documentation available.

Page 26 of many | Previous | Next