Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. withAnyWord :: forall (st :: ZeroBitType) r e ret . (Word -> ParserT st r e ret) -> ParserT st r e ret

    flatparse FlatParse.Stateful.Integers

    Parse any Word (native size) (CPS).

  2. withAnyWord16 :: forall (st :: ZeroBitType) r e ret . (Word16 -> ParserT st r e ret) -> ParserT st r e ret

    flatparse FlatParse.Stateful.Integers

    Parse any Word16 (native byte order) (CPS).

  3. withAnyWord32 :: forall (st :: ZeroBitType) r e ret . (Word32 -> ParserT st r e ret) -> ParserT st r e ret

    flatparse FlatParse.Stateful.Integers

    Parse any Word32 (native byte order) (CPS).

  4. withAnyWord64 :: forall (st :: ZeroBitType) r e ret . (Word64 -> ParserT st r e ret) -> ParserT st r e ret

    flatparse FlatParse.Stateful.Integers

    Parse any Word64 (native byte order) (CPS).

  5. withAnyWord8 :: forall (st :: ZeroBitType) r e ret . (Word8 -> ParserT st r e ret) -> ParserT st r e ret

    flatparse FlatParse.Stateful.Integers

    Parse any Word8 (CPS).

  6. skipAnyAsciiChar :: forall (st :: ZeroBitType) r e . ParserT st r e ()

    flatparse FlatParse.Stateful.Text

    Skip any single ASCII character (a single byte). More efficient than anyChar_ for ASCII-only input.

  7. skipAnyChar :: forall (st :: ZeroBitType) r e . ParserT st r e ()

    flatparse FlatParse.Stateful.Text

    Skip any single Unicode character encoded using UTF-8.

  8. manyDataConKey :: Unique

    ghc-lib-parser GHC.Builtin.Names

    No documentation available.

  9. zonkAnyTyConKey :: Unique

    ghc-lib-parser GHC.Builtin.Names

    No documentation available.

  10. AddrToAnyOp :: PrimOp

    ghc-lib-parser GHC.Builtin.PrimOps

    No documentation available.

Page 155 of many | Previous | Next