BSD-3-Clause licensed by Boldizsar Nemeth
Maintained by [email protected]
This version can be pinned in stack with:haskell-tools-prettyprint-0.5.0.0@sha256:0fff0a487377413cc83eb199db9b98fe95ebf964e740fda1715b6cf49423da84,2050

Module documentation for 0.5.0.0

Converts the Haskell-Tools AST to text. Prepares the AST for this conversion. If the AST was created from the GHC AST this pretty printing will result in the original source code. Generated AST parts will get the default formatting. Works using the source annotations that are present in the AST. Creates a rose tree first to simplify the conversion.