 | haskell-src-exts-1.9.6: Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printer | Contents | Index |
|
| Language.Haskell.Exts.Annotated.ExactPrint | | Portability | portable
| | Stability | stable
| | Maintainer | Niklas Broberg, d00nibro@chalmers.se
|
|
|
|
| Description |
| Exact-printer for Haskell abstract syntax. The input is a (semi-concrete)
abstract syntax tree, annotated with exact source information to enable
printing the tree exactly as it was parsed.
|
|
| Synopsis |
|
|
|
| Documentation |
|
| exactPrint :: ExactP ast => ast SrcSpanInfo -> [Comment] -> String |
| Print an AST exactly as specified by the annotations on the nodes in the tree.
|
|
| class Annotated ast => ExactP ast |
| Instances | |
|
|
| Produced by Haddock version 2.7.2 |