hpaco-lib-0.28.0.0: Modular template compiler library

Safe HaskellSafe-Inferred

Text.HPaco.Readers.Paco.ParserInternals

Synopsis

Documentation

data ParseError

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