Hoogle Search
Within LTS Haskell 24.36 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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.
fromEnum :: Enum a => a -> Intcopilot-language Copilot.Language.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.
-
copilot-language Copilot.Language.Prelude Convert from an Int.