haskell-src-exts-1.3.5: Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printerSource codeContentsIndex
Language.Haskell.Exts.Annotated.ExactPrint
Portabilityportable
Stabilitystable
MaintainerNiklas 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
exactPrint :: ExactP ast => ast SrcSpanInfo -> [Comment] -> String
class ExactP ast
Documentation
exactPrint :: ExactP ast => ast SrcSpanInfo -> [Comment] -> StringSource
Print an AST exactly as specified by the annotations on the nodes in the tree.
class ExactP ast Source
show/hide Instances
Produced by Haddock version 2.6.0