• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.10 (ghc-9.10.2)

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

  1. newtype EnumValue

    graphql Language.GraphQL.Type

    Enum value is a single member of an EnumType.

  2. EnumValue :: Maybe Text -> EnumValue

    graphql Language.GraphQL.Type

    No documentation available.

  3. pattern EnumBaseType :: EnumType -> Type

    graphql Language.GraphQL.Type.In

    Matches either NamedEnumType or NonNullEnumType.

  4. pattern EnumBaseType :: EnumType -> Type m

    graphql Language.GraphQL.Type.Out

    Matches either NamedEnumType or NonNullEnumType.

  5. EnumType :: EnumType -> Type (m :: Type -> Type)

    graphql Language.GraphQL.Type.Schema

    No documentation available.

  6. module Graphics.UI.Gtk.General.Enums

    General enumeration types.

  7. class (Enum a, Bounded a) => EnumAsTextEncoding a

    hpqtypes-extras Database.PostgreSQL.PQTypes.Deriving

    No documentation available.

  8. class (Enum a, Bounded a, Enum EnumBase a, Ord EnumBase a) => EnumEncoding a

    hpqtypes-extras Database.PostgreSQL.PQTypes.Deriving

    No documentation available.

  9. module Database.PostgreSQL.PQTypes.Model.EnumType

    No documentation available.

  10. data EnumType

    hpqtypes-extras Database.PostgreSQL.PQTypes.Model.EnumType

    No documentation available.

Page 22 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete