Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
data ParserErrorInfo Source #
data ParserError t Source #
Instances
Append (ParserError t) Source # | |
Defined in UVMHS.Lib.Parser.ParserError (⧺) :: ParserError t -> ParserError t -> ParserError t Source # | |
MonadWriter (ParserOut t) (Parser t) Source # | |
data ParserErrorStackTraces Source #
Instances
stackTraces :: 𝕊 -> 𝐼 𝕊 -> ParserErrorStackTraces Source #
parserErrorFailuresMap :: 𝐼 ParserErrorInfo -> (𝕊 ∧ 𝔹) ⇰ ((WindowR Doc Doc ∧ WindowR Doc Doc) ∧ ParserErrorStackTraces) Source #
displaySourceError :: 𝕊 -> AddNull (ParserError t) -> Doc Source #