Hoogle Search

Within LTS Haskell 24.56 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. anyAsciiDecimalInteger :: forall (st :: ZeroBitType) e . ParserT st e Integer

    flatparse FlatParse.Basic.Text

    Parse a non-empty ASCII decimal digit sequence as a positive Integer.

  2. anyAsciiDecimalWord :: forall (st :: ZeroBitType) e . ParserT st e Word

    flatparse FlatParse.Basic.Text

    Parse a non-empty ASCII decimal digit sequence as a Word. Fails on overflow.

  3. anyAsciiDecimalWordCPS :: forall (st :: ZeroBitType) e a . (Word# -> ParserT st e a) -> ParserT st e a

    flatparse FlatParse.Basic.Text

    Parse a non-empty ASCII decimal digit sequence as a Word. Fails on overflow.

  4. anyAsciiHexInt :: forall (st :: ZeroBitType) e . ParserT st e Int

    flatparse FlatParse.Basic.Text

    Parse a non-empty, case-insensitive ASCII hexadecimal digit sequence as a positive Int. Fails on overflow.

  5. anyAsciiHexWord :: forall (st :: ZeroBitType) e . ParserT st e Word

    flatparse FlatParse.Basic.Text

    Parse a non-empty, case-insensitive ASCII hexadecimal digit sequence as a Word. Fails on overflow.

  6. anyChar :: forall (st :: ZeroBitType) e . ParserT st e Char

    flatparse FlatParse.Basic.Text

    Parse any single Unicode character encoded using UTF-8 as a Char.

  7. anyAsciiDecimalInt# :: Addr# -> Addr# -> (# (# #) | (# Int#, Addr# #) #)

    flatparse FlatParse.Common.Numbers

    Parse a non-empty ASCII decimal digit sequence as a positive Int. Fails on overflow.

  8. anyAsciiDecimalIntOverflow# :: Addr# -> Addr# -> (# (# #) | (# Int#, Addr# #) #)

    flatparse FlatParse.Common.Numbers

    Parse a non-empty ASCII decimal digit sequence as a positive Int. May overflow.

  9. anyAsciiDecimalIntOverflow_# :: Int# -> Addr# -> Addr# -> (# Int#, Addr# #)

    flatparse FlatParse.Common.Numbers

    Parse a non-empty ASCII decimal digit sequence as a positive Int. May overflow.

  10. anyAsciiDecimalInteger# :: ForeignPtrContents -> Addr# -> Addr# -> (# (# #) | (# Integer, Addr# #) #)

    flatparse FlatParse.Common.Numbers

    Parse a non-empty ASCII decimal digit sequence as a positive Integer.

Page 63 of many | Previous | Next