Kawaii-Parser-0.0.0: A simple parsing library.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Parser.Errors

Description

  • Errors for the tokeniser and the parser
Synopsis

Documentation

data Error Source #

Tokenisation and parsing errors that indicate not an issue with the text but a user error.

Instances

Instances details
Show Error Source # 
Instance details

Defined in Parser.Errors

Methods

showsPrec :: Int -> Error -> ShowS #

show :: Error -> String #

showList :: [Error] -> ShowS #