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.
-
opaleye Opaleye.SqlTypes No documentation available.
-
opaleye Opaleye.SqlTypes No documentation available.
sqlNumeric :: Scientific -> Field SqlNumericopaleye Opaleye.SqlTypes No documentation available.
rowNumber :: WindowFunction a (Field SqlInt8)opaleye Opaleye.Window formattedByEnum :: (Bounded a, Enum a) => (a -> Text) -> ValueFormat aoptima Optima Derive value format specification from the Enum instance and explicit mapping of values to their representations.
formattedByEnumUsingShow :: (Bounded a, Enum a, Show a) => ValueFormat aoptima Optima Derive value format specification from the Enum and Show instances.
-
Utilities for parsing numbers from strings parsec-numbers provides the number parsers without the need to use a large (and unportable) token parser
hexnum :: Integral i => CharParser st iparsec-numbers Text.ParserCombinators.Parsec.Number parse a hexadecimal number
zeroNumFloat :: (Integral i, Floating f) => CharParser st (Either i f)parsec-numbers Text.ParserCombinators.Parsec.Number parse any hexadecimal, octal, decimal or floating point number following a zero
zeroNumFract :: (Integral i, Fractional f) => CharParser st (Either i f)parsec-numbers Text.ParserCombinators.Parsec.Number parse any hexadecimal, octal, decimal or fractional number following a zero