Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. SumRep :: [RuntimeRep] -> RuntimeRep

    base GHC.Base

    An unboxed sum of the given reps

  2. SumRep :: [RuntimeRep] -> RuntimeRep

    base GHC.Exts

    An unboxed sum of the given reps

  3. SummaryGCStats :: GiveGCStats

    base GHC.RTS.Flags

    No documentation available.

  4. data SumEncoding

    aeson Data.Aeson

    Specifies how to encode constructors of a sum datatype.

  5. data SumEncoding

    aeson Data.Aeson.TH

    Specifies how to encode constructors of a sum datatype.

  6. data SumEncoding

    aeson Data.Aeson.Types

    Specifies how to encode constructors of a sum datatype.

  7. type SumAlt = Int

    template-haskell Language.Haskell.TH

    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:

  8. type SumArity = Int

    template-haskell Language.Haskell.TH

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

  9. type SumAlt = Int

    template-haskell Language.Haskell.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:

  10. type SumArity = Int

    template-haskell Language.Haskell.TH.Syntax

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

Page 21 of many | Previous | Next