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.

  1. SequenceNumberMismatch :: DNSError

    dns Network.DNS.Types

    The sequence number of the answer doesn't match our query. This could indicate foul play.

  2. newtype UsingEnumText a

    enum-text Text.Enum.Text

    No documentation available.

  3. UsingEnumText :: a -> UsingEnumText a

    enum-text Text.Enum.Text

    No documentation available.

  4. _UsingEnumText :: UsingEnumText a -> a

    enum-text Text.Enum.Text

    No documentation available.

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

    enum-text Text.Enum.Text

    Sames as renderEnumText, but generating a Builder.

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

    enum-text Text.Enum.Text

    Configures the textual representation of e generated by renderEnumText.

  7. defaultEnumTextConfig :: EnumTextConfig

    enum-text Text.Enum.Text

    The default configEnumText for EnumText:

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

    enum-text Text.Enum.Text

    A cassava field parser using the renderEnumText format.

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

    enum-text Text.Enum.Text

    For hashing e with the renderEnumText representation.

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

    enum-text Text.Enum.Text

    Parses an e according to the renderEnumText render.

Page 161 of many | Previous | Next