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.

  1. class SqlNum a

    opaleye Opaleye.SqlTypes

    No documentation available.

  2. data SqlNumeric

    opaleye Opaleye.SqlTypes

    No documentation available.

  3. sqlNumeric :: Scientific -> Field SqlNumeric

    opaleye Opaleye.SqlTypes

    No documentation available.

  4. rowNumber :: WindowFunction a (Field SqlInt8)

    opaleye Opaleye.Window

    row_number()

  5. formattedByEnum :: (Bounded a, Enum a) => (a -> Text) -> ValueFormat a

    optima Optima

    Derive value format specification from the Enum instance and explicit mapping of values to their representations.

  6. formattedByEnumUsingShow :: (Bounded a, Enum a, Show a) => ValueFormat a

    optima Optima

    Derive value format specification from the Enum and Show instances.

  7. package parsec-numbers

    Utilities for parsing numbers from strings parsec-numbers provides the number parsers without the need to use a large (and unportable) token parser

  8. hexnum :: Integral i => CharParser st i

    parsec-numbers Text.ParserCombinators.Parsec.Number

    parse a hexadecimal number

  9. 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

  10. 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

Page 505 of many | Previous | Next