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. EnumConstant :: Ident -> [Argument] -> Maybe ClassBody -> EnumConstant

    language-java Language.Java.Syntax

    No documentation available.

  2. EnumDecl :: [Modifier] -> Ident -> [RefType] -> EnumBody -> ClassDecl

    language-java Language.Java.Syntax

    No documentation available.

  3. ENUM_MODE :: DERIVING_MODE

    morpheus-graphql-client Data.Morpheus.Client.CodeGen.AST

    No documentation available.

  4. data EnumMapper sqlEnum haskellSum

    opaleye Opaleye.Experimental.Enum

    No documentation available.

  5. data Enumeration (n :: Nat)

    pinch Pinch

    Data types that represent Thrift enums must have one constructor for each enum item accepting an Enumeration object tagged with the corresponding enum value.

    data Role = RoleUser (Enumeration 1) | RoleAdmin (Enumeration 2)
    deriving Generic
    instance Pinchable Role
    

  6. Enumeration :: Enumeration (n :: Nat)

    pinch Pinch

    No documentation available.

  7. data Enumeration (n :: Nat)

    pinch Pinch.Internal.Generic

    Data types that represent Thrift enums must have one constructor for each enum item accepting an Enumeration object tagged with the corresponding enum value.

    data Role = RoleUser (Enumeration 1) | RoleAdmin (Enumeration 2)
    deriving Generic
    instance Pinchable Role
    

  8. Enumeration :: Enumeration (n :: Nat)

    pinch Pinch.Internal.Generic

    No documentation available.

  9. data Enumeration a

    protobuf Data.ProtocolBuffers

    Enumeration fields use fromEnum and toEnum when encoding and decoding messages.

  10. newtype Enumeration a

    protobuf Data.ProtocolBuffers.Internal

    Enumeration fields use fromEnum and toEnum when encoding and decoding messages.

Page 29 of many | Previous | Next