Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

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

  1. module Text.ParserCombinators.Parsec

    Parsec compatibility module

  2. data ParseError

    parsec Text.ParserCombinators.Parsec

    The abstract data type ParseError represents parse errors. It provides the source position (SourcePos) of the error and a list of error messages (Message). A ParseError can be returned by the function parse. ParseError is an instance of the Show and Eq classes.

  3. data ParseError

    parsec Text.ParserCombinators.Parsec.Error

    The abstract data type ParseError represents parse errors. It provides the source position (SourcePos) of the error and a list of error messages (Message). A ParseError can be returned by the function parse. ParseError is an instance of the Show and Eq classes.

  4. Postfix :: GenParser tok st (a -> a) -> Operator tok st a

    parsec Text.ParserCombinators.Parsec.Expr

    No documentation available.

  5. Prefix :: GenParser tok st (a -> a) -> Operator tok st a

    parsec Text.ParserCombinators.Parsec.Expr

    No documentation available.

  6. module Text.ParserCombinators.Parsec.Perm

    Parsec compatibility module

  7. type PermParser tok st a = StreamPermParser String st a

    parsec Text.ParserCombinators.Parsec.Perm

    Provided for backwards compatibility. The tok type is ignored.

  8. module Text.ParserCombinators.Parsec.Pos

    Parsec compatibility module

  9. module Text.ParserCombinators.Parsec.Prim

    Parsec compatibility module

  10. type Parser = Parsec String ()

    parsec Text.ParserCombinators.Parsec.Prim

    No documentation available.

Page 48 of many | Previous | Next