Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

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

  1. ParserT :: (ForeignPtrContents -> r -> Addr# -> Addr# -> Int# -> st -> Res# st e a) -> ParserT (st :: ZeroBitType) r e a

    flatparse FlatParse.Stateful

    No documentation available.

  2. newtype Pos

    flatparse FlatParse.Stateful

    Byte offset counted backwards from the end of the buffer. Note: the Ord instance for Pos considers the earlier positions to be smaller.

  3. Pos :: Int -> Pos

    flatparse FlatParse.Stateful

    No documentation available.

  4. module FlatParse.Stateful.Parser

    Minimal parser definition.

  5. type Parser = ParserT PureMode

    flatparse FlatParse.Stateful.Parser

    The type of pure parsers.

  6. type ParserIO = ParserT IOMode

    flatparse FlatParse.Stateful.Parser

    The type of parsers which can embed IO actions.

  7. type ParserST s = ParserT STMode s

    flatparse FlatParse.Stateful.Parser

    The type of parsers which can embed ST actions.

  8. newtype ParserT (st :: ZeroBitType) r e a

    flatparse FlatParse.Stateful.Parser

    ParserT st r e a is a parser with a state token type st, a reader environment r, an error type e and a return type a. The different state token types support different embedded effects; see Parser, ParserIO and ParserST below.

  9. ParserT :: (ForeignPtrContents -> r -> Addr# -> Addr# -> Int# -> st -> Res# st e a) -> ParserT (st :: ZeroBitType) r e a

    flatparse FlatParse.Stateful.Parser

    No documentation available.

  10. module GHC.Boot.TH.Ppr

    contains a prettyprinter for the Template Haskell datatypes

Page 503 of many | Previous | Next