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

Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. type ENumUFixedC (int1 :: Nat) (frac1 :: Nat) (int2 :: Natural) (frac2 :: Natural) = ENumSFixedC int1 frac1 int2 frac2

    clash-prelude Clash.Sized.Fixed

    Constraint for the ExtendingNum instance of UFixed

  2. module GI.Graphene.Enums

    No documentation available.

  3. module GI.Gtk.Enums

    No documentation available.

  4. module GI.Gtk.Enums

    No documentation available.

  5. module System.GIO.Enums

    No documentation available.

  6. EnumValue :: TypeSystemDirectiveLocation

    graphql Language.GraphQL.AST.DirectiveLocation

    No documentation available.

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

    graphql Language.GraphQL.AST.Document

    No documentation available.

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

    graphql Language.GraphQL.AST.Document

    No documentation available.

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

    graphql Language.GraphQL.AST.Document

    No documentation available.

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

Page 21 of many | Previous | Next

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