hocon-0.1.0.4: Small library for typesafe's configuration specification
Safe HaskellSafe-Inferred
LanguageHaskell2010

Text.Parser.HOCON

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 and Eq classes.

Instances

Instances details
Eq ParseError 
Instance details

Defined in Text.Parsec.Error

Show ParseError 
Instance details

Defined in Text.Parsec.Error