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. module GI.Gtk.Enums

    No documentation available.

  2. module System.GIO.Enums

    No documentation available.

  3. EnumValue :: TypeSystemDirectiveLocation

    graphql Language.GraphQL.AST.DirectiveLocation

    No documentation available.

  4. EnumTypeDefinition :: Description -> Name -> [Directive] -> [EnumValueDefinition] -> TypeDefinition

    graphql Language.GraphQL.AST.Document

    No documentation available.

  5. EnumTypeDirectivesExtension :: Name -> NonEmpty Directive -> TypeExtension

    graphql Language.GraphQL.AST.Document

    No documentation available.

  6. EnumTypeEnumValuesDefinitionExtension :: Name -> [Directive] -> NonEmpty EnumValueDefinition -> TypeExtension

    graphql Language.GraphQL.AST.Document

    No documentation available.

  7. data EnumValueDefinition

    graphql Language.GraphQL.AST.Document

    Single value in an enum definition.

    enum Direction {
    NORTH
    EAST
    SOUTH
    WEST
    }
    
    "NORTH, EAST, SOUTH, and WEST are value definitions of an enum type definition Direction.

  8. EnumValueDefinition :: Description -> Name -> [Directive] -> EnumValueDefinition

    graphql Language.GraphQL.AST.Document

    No documentation available.

  9. data EnumType

    graphql Language.GraphQL.Type

    Enum type definition. Some leaf values of requests and input values are Enums. GraphQL serializes Enum values as strings, however internally Enums can be represented by any kind of type, often integers.

  10. EnumType :: Name -> Maybe Text -> HashMap Name EnumValue -> EnumType

    graphql Language.GraphQL.Type

    No documentation available.

Page 21 of many | Previous | Next