|
Language.Haskell.Parser | Portability | portable | Stability | experimental | Maintainer | libraries@haskell.org |
|
|
|
Description |
Haskell parser.
|
|
Synopsis |
|
|
|
Documentation |
|
|
Parse of a string, which should contain a complete Haskell 98 module.
|
|
|
Parse of a string, which should contain a complete Haskell 98 module.
|
|
|
Static parameters governing a parse.
More to come later, e.g. literate mode, language extensions.
| Constructors | ParseMode | | parseFilename :: String | original name of the file being parsed
|
|
|
|
|
|
Default parameters for a parse,
currently just a marker for an unknown filename.
|
|
|
The result of a parse.
| Constructors | ParseOk a | The parse succeeded, yielding a value.
| ParseFailed SrcLoc String | The parse failed at the specified
source location, with an error message.
|
| Instances | |
|
|
Produced by Haddock version 0.9 |