|
|
|
|
|
|
| Synopsis |
|
|
|
|
| Types
|
|
|
|
|
| Parse functions
|
|
|
|
|
|
|
|
|
|
| Parsers
|
|
|
| Parses a module.
|
|
|
| Parses an expression.
|
|
|
| Gives the parsed token stream (including comments).
|
|
| Parse errors
|
|
|
| What you get if parsing fails.
| | Constructors | | ParseError | | | errPos :: Position | where the error occured
| | errInput :: String | the remaining input
| | errPrevToken :: String | the previous token
| | errMsg :: String | hopefully an explanation
of what happened
|
|
|
|
|
| Produced by Haddock version 2.6.0 |