Hoogle Search
Within LTS Haskell 24.33 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
defaultEnumTextConfig :: EnumTextConfigcolumnar Text.Columnar The default configEnumText for EnumText:
- _etc_text_prep removes the prefix up to and including the first underscore ('_')
- _etc_char_prep flips the underscores (_) to dashes (-)
fromFieldEnumText_ :: (EnumText e, MonadFail m) => ByteString -> m ecolumnar Text.Columnar A cassava field parser using the renderEnumText format.
hashWithSaltEnumText :: EnumText e => Int -> e -> Intcolumnar Text.Columnar For hashing e with the renderEnumText representation.
parseEnumText :: EnumText e => Text -> Possibly ecolumnar Text.Columnar Parses an e according to the renderEnumText render.
renderEnumText :: EnumText e => e -> Textcolumnar Text.Columnar Generate the standard textual representation according to configEnumText by default.
toFieldEnumText :: EnumText e => e -> ByteStringcolumnar Text.Columnar A cassava field encoder, using 'the renderEnumText' format.
fromEnum :: Enum a => a -> Intconstrained-categories Control.Category.Constrained.Prelude Convert to an Int. It is implementation-dependent what fromEnum returns when applied to a value that is too large to fit in an Int.
-
constrained-categories Control.Category.Constrained.Prelude Convert from an Int.
fromEnum :: Enum a => a -> Intconstrained-categories Control.Category.Hask Convert to an Int. It is implementation-dependent what fromEnum returns when applied to a value that is too large to fit in an Int.
-
constrained-categories Control.Category.Hask Convert from an Int.