Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. anyAsciiChar :: forall (st :: ZeroBitType) r e . ParserT st r e Char

    flatparse FlatParse.Stateful.Text

    Parse any single ASCII character (a single byte) as a Char. More efficient than anyChar for ASCII-only input.

  2. anyAsciiDecimalInt :: forall (st :: ZeroBitType) r e . ParserT st r e Int

    flatparse FlatParse.Stateful.Text

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

  3. anyAsciiDecimalInteger :: forall (st :: ZeroBitType) r e . ParserT st r e Integer

    flatparse FlatParse.Stateful.Text

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

  4. anyAsciiDecimalWord :: forall (st :: ZeroBitType) r e . ParserT st r e Word

    flatparse FlatParse.Stateful.Text

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

  5. anyAsciiHexInt :: forall (st :: ZeroBitType) r e . ParserT st r e Int

    flatparse FlatParse.Stateful.Text

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

  6. anyAsciiHexWord :: forall (st :: ZeroBitType) r e . ParserT st r e Word

    flatparse FlatParse.Stateful.Text

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

  7. anyChar :: forall (st :: ZeroBitType) r e . ParserT st r e Char

    flatparse FlatParse.Stateful.Text

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

  8. anyTyConKey :: Unique

    ghc-lib-parser GHC.Builtin.Names

    No documentation available.

  9. anyTy :: Type

    ghc-lib-parser GHC.Builtin.Types

    No documentation available.

  10. anyTyCon :: TyCon

    ghc-lib-parser GHC.Builtin.Types

    No documentation available.

Page 66 of many | Previous | Next