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.
module Text.ParserCombinators.
Parsec Parsec compatibility module
-
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.
-
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.
Postfix :: GenParser tok st (a -> a) -> Operator tok st aparsec Text.ParserCombinators.Parsec.Expr No documentation available.
Prefix :: GenParser tok st (a -> a) -> Operator tok st aparsec Text.ParserCombinators.Parsec.Expr No documentation available.
module Text.ParserCombinators.Parsec.
Perm Parsec compatibility module
type
PermParser tok st a = StreamPermParser String st aparsec Text.ParserCombinators.Parsec.Perm Provided for backwards compatibility. The tok type is ignored.
module Text.ParserCombinators.Parsec.
Pos Parsec compatibility module
module Text.ParserCombinators.Parsec.
Prim Parsec compatibility module
type
Parser = Parsec String ()parsec Text.ParserCombinators.Parsec.Prim No documentation available.