Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

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

  2. Pos :: Int -> Pos

    flatparse FlatParse.Stateful

    No documentation available.

  3. module FlatParse.Stateful.Parser

    Minimal parser definition.

  4. type Parser = ParserT PureMode

    flatparse FlatParse.Stateful.Parser

    The type of pure parsers.

  5. type ParserIO = ParserT IOMode

    flatparse FlatParse.Stateful.Parser

    The type of parsers which can embed IO actions.

  6. type ParserST s = ParserT STMode s

    flatparse FlatParse.Stateful.Parser

    The type of parsers which can embed ST actions.

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

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

    flatparse FlatParse.Stateful.Parser

    No documentation available.

  9. module GHC.Boot.TH.Ppr

    contains a prettyprinter for the Template Haskell datatypes

  10. class Ppr a

    ghc-lib-parser GHC.Boot.TH.Ppr

    No documentation available.

Page 501 of many | Previous | Next