Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. UsingEnumText :: a -> UsingEnumText a

    enum-text Text.Enum.Text

    No documentation available.

  2. _UsingEnumText :: UsingEnumText a -> a

    enum-text Text.Enum.Text

    No documentation available.

  3. buildEnumText :: EnumText e => e -> Builder

    enum-text Text.Enum.Text

    Sames as renderEnumText, but generating a Builder.

  4. configEnumText :: EnumText e => e -> EnumTextConfig

    enum-text Text.Enum.Text

    Configures the textual representation of e generated by renderEnumText.

  5. defaultEnumTextConfig :: EnumTextConfig

    enum-text Text.Enum.Text

    The default configEnumText for EnumText:

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

    enum-text Text.Enum.Text

    A cassava field parser using the renderEnumText format.

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

    enum-text Text.Enum.Text

    For hashing e with the renderEnumText representation.

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

    enum-text Text.Enum.Text

    Parses an e according to the renderEnumText render.

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

    enum-text Text.Enum.Text

    Generate the standard textual representation according to configEnumText by default.

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

    enum-text Text.Enum.Text

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

Page 348 of many | Previous | Next