Safe Haskell | Safe |
---|---|
Language | Haskell98 |
Diagnostics describe parse errors
- data DiagnosticKind
- data Diagnostic = Diagnostic {}
- diagnosticDisplay :: Diagnostic -> String
Documentation
data DiagnosticKind Source #
What kind of problem does a diagnostic describe?
data Diagnostic Source #
A Diagnostic
described a problem during parsing of LLVM IR
Diagnostic | |
|
diagnosticDisplay :: Diagnostic -> String Source #
Convert a Diagnostic
to a printable form.