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.
SequenceNumberMismatch :: DNSErrordns Network.DNS.Types The sequence number of the answer doesn't match our query. This could indicate foul play.
-
enum-text Text.Enum.Text No documentation available.
UsingEnumText :: a -> UsingEnumText aenum-text Text.Enum.Text No documentation available.
_UsingEnumText :: UsingEnumText a -> aenum-text Text.Enum.Text No documentation available.
buildEnumText :: EnumText e => e -> Builderenum-text Text.Enum.Text Sames as renderEnumText, but generating a Builder.
configEnumText :: EnumText e => e -> EnumTextConfigenum-text Text.Enum.Text Configures the textual representation of e generated by renderEnumText.
defaultEnumTextConfig :: EnumTextConfigenum-text Text.Enum.Text 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 eenum-text Text.Enum.Text A cassava field parser using the renderEnumText format.
hashWithSaltEnumText :: EnumText e => Int -> e -> Intenum-text Text.Enum.Text For hashing e with the renderEnumText representation.
parseEnumText :: EnumText e => Text -> Possibly eenum-text Text.Enum.Text Parses an e according to the renderEnumText render.