Safe Haskell | None |
---|---|
Language | Haskell2010 |
Custom exceptions that can happen during parsing.
Synopsis
Documentation
data CustomParserException Source #
Instances
data StringLiteralParserException Source #
Instances
data ParseErrorBundle s e #
A non-empty collection of ParseError
s equipped with PosState
that
allows to pretty-print the errors efficiently and correctly.
Since: megaparsec-7.0.0
Instances
data ParserException Source #
Instances
Eq ParserException Source # | |
Defined in Michelson.Parser.Error (==) :: ParserException -> ParserException -> Bool # (/=) :: ParserException -> ParserException -> Bool # | |
Show ParserException Source # | |
Defined in Michelson.Parser.Error showsPrec :: Int -> ParserException -> ShowS # show :: ParserException -> String # showList :: [ParserException] -> ShowS # | |
Exception ParserException Source # | |
Defined in Michelson.Parser.Error | |
Buildable ParserException Source # | |
Defined in Michelson.Parser.Error build :: ParserException -> Builder # |