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. SummaryGCStats :: GiveGCStats

    base GHC.RTS.Flags

    No documentation available.

  2. data SumEncoding

    aeson Data.Aeson

    Specifies how to encode constructors of a sum datatype.

  3. data SumEncoding

    aeson Data.Aeson.TH

    Specifies how to encode constructors of a sum datatype.

  4. data SumEncoding

    aeson Data.Aeson.Types

    Specifies how to encode constructors of a sum datatype.

  5. 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:

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

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

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

  9. SumRep :: [RuntimeRep] -> RuntimeRep

    ghc-prim GHC.Types

    An unboxed sum of the given reps

  10. data Summary

    doctest Test.DocTest.Internal.Run

    Summary of a test run.

Page 21 of many | Previous | Next