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.
EnumConstant :: Ident -> [Argument] -> Maybe ClassBody -> EnumConstantlanguage-java Language.Java.Syntax No documentation available.
EnumDecl :: [Modifier] -> Ident -> [RefType] -> EnumBody -> ClassDecllanguage-java Language.Java.Syntax No documentation available.
-
morpheus-graphql-client Data.Morpheus.Client.CodeGen.AST No documentation available.
data
EnumMapper sqlEnum haskellSumopaleye Opaleye.Experimental.Enum No documentation available.
-
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
Enumeration :: Enumeration (n :: Nat)pinch Pinch No documentation available.
-
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
Enumeration :: Enumeration (n :: Nat)pinch Pinch.Internal.Generic No documentation available.
-
protobuf Data.ProtocolBuffers Enumeration fields use fromEnum and toEnum when encoding and decoding messages.
-
protobuf Data.ProtocolBuffers.Internal Enumeration fields use fromEnum and toEnum when encoding and decoding messages.