Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
An enum-text based toolkit for optparse-applicative Please see the README on GitHub at https://github.com/cdornan/optparse-enum#readme
enumArgP :: EnumText a => MetaVar -> Parser aoptparse-enum Text.Enum.Optparse parsing an EnumText argument
enumOptP :: EnumText a => FlagChar -> MetaVar -> Parser aoptparse-enum Text.Enum.Optparse parsing an EnumText option
enumSwitchesP :: EnumText a => Parser aoptparse-enum Text.Enum.Optparse generate mutually exclusive switches based on EnumText a
shortEnumSwitchesP :: EnumText a => (a -> Maybe FlagChar) -> Parser aoptparse-enum Text.Enum.Optparse generate mutually exclusive switches based on EnumText a, with some short swich options as specified by the argument function
-
Parsec combinators for parsing Haskell numeric types. Please see README.md
hexnum :: forall i s (m :: Type -> Type) u . (Integral i, Stream s m Char) => ParsecT s u m iparsec-numeric Text.ParserCombinators.Parsec.Numeric parse a hexadecimal number
-
parsec-numeric Text.ParserCombinators.Parsec.Numeric parse any hexadecimal, octal, decimal or floating point number following a zero
-
parsec-numeric Text.ParserCombinators.Parsec.Numeric parse any hexadecimal, octal, decimal or fractional number following a zero
zeroNumber :: forall i s (m :: Type -> Type) u . (Integral i, Stream s m Char) => ParsecT s u m iparsec-numeric Text.ParserCombinators.Parsec.Numeric parse a nat syntactically starting with a zero zeroNumber :: Integral i => ParsecT s u m i