Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. SumOfProducts :: TypeShape

    openapi3 Data.OpenApi.Internal.TypeShape

    A product or a sum of non-unit products.

  2. type family SumCombine (a :: TypeShape) (b :: TypeShape) :: TypeShape

    swagger2 Data.Swagger.Internal.TypeShape

    A combined shape for a sum type.

  3. SumOfProducts :: TypeShape

    swagger2 Data.Swagger.Internal.TypeShape

    A product or a sum of non-unit products.

  4. SumFlavour :: TyConFlavour tc

    ghc-lib-parser GHC.Core.TyCon

    No documentation available.

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

    ghc-lib-parser GHC.Core.TyCon

    An unboxed sum type.

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

    ghc-lib-parser GHC.Hs.Pat

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

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

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

  9. data SumOrTuple b

    ghc-lib-parser GHC.Parser.PostProcess

    No documentation available.

  10. data SumOrTuple b

    ghc-lib-parser GHC.Parser.Types

    No documentation available.

Page 26 of many | Previous | Next