Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
data ParserError Source #
ParserError | |
|
Instances
Eq ParserError Source # | |
Defined in Language.PureScript.CST.Errors (==) :: ParserError -> ParserError -> Bool # (/=) :: ParserError -> ParserError -> Bool # | |
Show ParserError Source # | |
Defined in Language.PureScript.CST.Errors showsPrec :: Int -> ParserError -> ShowS # show :: ParserError -> String # showList :: [ParserError] -> ShowS # |
data ParserErrorType Source #
Instances
Eq ParserErrorType Source # | |
Defined in Language.PureScript.CST.Errors (==) :: ParserErrorType -> ParserErrorType -> Bool # (/=) :: ParserErrorType -> ParserErrorType -> Bool # | |
Ord ParserErrorType Source # | |
Defined in Language.PureScript.CST.Errors compare :: ParserErrorType -> ParserErrorType -> Ordering # (<) :: ParserErrorType -> ParserErrorType -> Bool # (<=) :: ParserErrorType -> ParserErrorType -> Bool # (>) :: ParserErrorType -> ParserErrorType -> Bool # (>=) :: ParserErrorType -> ParserErrorType -> Bool # max :: ParserErrorType -> ParserErrorType -> ParserErrorType # min :: ParserErrorType -> ParserErrorType -> ParserErrorType # | |
Show ParserErrorType Source # | |
Defined in Language.PureScript.CST.Errors showsPrec :: Int -> ParserErrorType -> ShowS # show :: ParserErrorType -> String # showList :: [ParserErrorType] -> ShowS # |
prettyPrintError :: ParserError -> String Source #