|
| Language.Python.Common.ParseError | | Portability | ghc | | Stability | experimental | | Maintainer | bjpop@csse.unimelb.edu.au |
|
|
|
| Description |
| Error values for the lexer and parser.
|
|
|
| Documentation |
|
|
| Constructors | | UnexpectedToken Token | An error from the parser. Token found where it should not be. Note: tokens contain their own source span.
| | UnexpectedChar Char SrcLocation | An error from the lexer. Character found where it should not be.
| | StrError String | A generic error containing a string message. No source location.
|
| Instances | |
|
|
| Produced by Haddock version 2.4.2 |