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. type SumWidth = Int

    ghc-lib-parser Language.Haskell.Syntax.Basic

    The width of an unboxed sum

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

    ghc-lib-parser Language.Haskell.Syntax.Pat

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

  3. SumType :: [TypeSpec] -> TypeSpec

    hslua-typing HsLua.Typing

    Union type; a sum type.

  4. module SumTypeTest

    No documentation available.

  5. SumTypeDef :: [(Text, [Type])] -> TypeDef

    domain-core DomainCore.Model

    Sum. A list of pairs of names of its members (which will be mapped to constructors) and types which will populate the according constructors.

  6. newtype Summary

    webgear-core WebGear.Core.Handler

    A summary associated with part of an API

  7. Summary :: Text -> Summary

    webgear-core WebGear.Core.Handler

    No documentation available.

  8. data SumObjectWithSingleField

    deriving-aeson Deriving.Aeson

    { TAG: CONTENT }
    

  9. data SumTaggedObject (t :: k) (c :: k1)

    deriving-aeson Deriving.Aeson

    { "tag": t, "content": c}
    

  10. data SumTwoElemArray

    deriving-aeson Deriving.Aeson

    [TAG, CONTENT]
    

Page 27 of many | Previous | Next