uvmhs-0.0.1.0
Safe HaskellNone
LanguageHaskell2010

UVMHS.Lib.Parser.ParserError

Documentation

data ParserErrorStackTraces Source #

Instances

Instances details
Eq ParserErrorStackTraces Source # 
Instance details

Defined in UVMHS.Lib.Parser.ParserError

Ord ParserErrorStackTraces Source # 
Instance details

Defined in UVMHS.Lib.Parser.ParserError

Bot ParserErrorStackTraces Source # 
Instance details

Defined in UVMHS.Lib.Parser.ParserError

Join ParserErrorStackTraces Source # 
Instance details

Defined in UVMHS.Lib.Parser.ParserError

JoinLattice ParserErrorStackTraces Source # 
Instance details

Defined in UVMHS.Lib.Parser.ParserError

(Pretty (𝑃 𝕊), Pretty (𝕊 ParserErrorStackTraces)) => Pretty ParserErrorStackTraces Source # 
Instance details

Defined in UVMHS.Lib.Parser.ParserError

displaySourceError :: forall {k} (t :: k). 𝕊 -> AddNull (ParserError t) -> Doc Source #