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

Parser.Errors

Description

  • Errors
Synopsis

Documentation

data Error Source #

Errors that indicate that the issue is not with the text but with incorrect use of the parsing library.

Instances

Instances details
Show Error Source # 
Instance details

Defined in Parser.Errors

Methods

showsPrec :: Int -> Error -> ShowS #

show :: Error -> String #

showList :: [Error] -> ShowS #