Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Language.PureScript.CST.Errors
Documentation
data ParserErrorInfo a Source #
Constructors
ParserErrorInfo | |
Fields
|
Instances
data ParserErrorType Source #
Constructors
Instances
data ParserWarningType Source #
Constructors
WarnDeprecatedRowSyntax | |
WarnDeprecatedForeignKindSyntax | |
WarnDeprecatedKindImportSyntax | |
WarnDeprecatedKindExportSyntax | |
WarnDeprecatedCaseOfOffsideSyntax |
Instances
prettyPrintError :: ParserError -> String Source #