@hackage / haskell-tools-prettyprint

Pretty printing of Haskell-Tools AST

Latest1.1.1.0

About

Metadata

  • Last updated , by lazac
  • License BSD-3-Clause
  • Maintained by: nboldi@elte.hu

  • Lottery factor: 0

Links

Installation

Readme

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.