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. Pos :: Int -> Pos

    flatparse FlatParse.Basic

    No documentation available.

  2. module FlatParse.Basic.Parser

    Minimal parser definition.

  3. type Parser = ParserT PureMode

    flatparse FlatParse.Basic.Parser

    The type of pure parsers.

  4. type ParserIO = ParserT IOMode

    flatparse FlatParse.Basic.Parser

    The type of parsers which can embed IO actions.

  5. type ParserST s = ParserT STMode s

    flatparse FlatParse.Basic.Parser

    The type of parsers which can embed ST actions.

  6. newtype ParserT (st :: ZeroBitType) e a

    flatparse FlatParse.Basic.Parser

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

  7. ParserT :: (ForeignPtrContents -> Addr# -> Addr# -> st -> Res# st e a) -> ParserT (st :: ZeroBitType) e a

    flatparse FlatParse.Basic.Parser

    No documentation available.

  8. module FlatParse.Common.Parser

    Common low-level parser definitions.

  9. type PureMode = Proxy# Void

    flatparse FlatParse.Common.Parser

    No documentation available.

  10. module FlatParse.Common.Position

    No documentation available.

Page 501 of many | Previous | Next