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.

  1. defaultEnumTextConfig :: EnumTextConfig

    columnar Text.Columnar

    The default configEnumText for EnumText:

  2. fromFieldEnumText_ :: (EnumText e, MonadFail m) => ByteString -> m e

    columnar Text.Columnar

    A cassava field parser using the renderEnumText format.

  3. hashWithSaltEnumText :: EnumText e => Int -> e -> Int

    columnar Text.Columnar

    For hashing e with the renderEnumText representation.

  4. parseEnumText :: EnumText e => Text -> Possibly e

    columnar Text.Columnar

    Parses an e according to the renderEnumText render.

  5. renderEnumText :: EnumText e => e -> Text

    columnar Text.Columnar

    Generate the standard textual representation according to configEnumText by default.

  6. toFieldEnumText :: EnumText e => e -> ByteString

    columnar Text.Columnar

    A cassava field encoder, using 'the renderEnumText' format.

  7. fromEnum :: Enum a => a -> Int

    constrained-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.

  8. toEnum :: Enum a => Int -> a

    constrained-categories Control.Category.Constrained.Prelude

    Convert from an Int.

  9. fromEnum :: Enum a => a -> Int

    constrained-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.

  10. toEnum :: Enum a => Int -> a

    constrained-categories Control.Category.Hask

    Convert from an Int.

Page 211 of many | Previous | Next