Hoogle Search
Within LTS Haskell 24.3 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
enum :: (Text -> Maybe a) -> Value apostgresql-binary PostgreSQL.Binary.Decoding Given a partial mapping from text to value, produces a decoder of that value.
-
data-memocombinators Data.MemoCombinators Memoize an enum type.
-
falsify Test.Falsify.Generator Deprecated: Use inRange instead
enum :: Enum a => (a, a) -> Range afalsify Test.Falsify.Range Variation on between for types that are Enum but not Integral This is useful for types such as Char. However, since this relies on Enum, it's limited by the precision of Int.
-
invertible Data.Invertible.Enum Convert between an Int and an Enum with toEnum and fromEnum.
-
invertible Data.Invertible.Prelude Convert between an Int and an Enum with toEnum and fromEnum.
enum :: forall (n :: Nat) . Enumeration npinch Pinch Convenience function to construct Enumeration objects.
let role = RoleUser enum
enum :: forall (n :: Nat) . Enumeration npinch Pinch.Internal.Generic Convenience function to construct Enumeration objects.
let role = RoleUser enum
enum :: JsonSchema -> Maybe [Text]gogol-discovery Gogol.Discovery Values this parameter may take (if it is an enum).
enum :: JsonSchema -> Maybe [Text]gogol-discovery Gogol.Discovery.Types Values this parameter may take (if it is an enum).