Parser.Errors
Description
data Error Source #
Tokenisation and parsing errors that indicate not an issue with the text but a user error.
Constructors
Defined in Parser.Errors
Methods
showsPrec :: Int -> Error -> ShowS #
show :: Error -> String #
showList :: [Error] -> ShowS #