Description
Provides a modern, documented, extensible prettyprinter for Haskell. Pretty printers turn structured data into readable text with controlled indentation, wrapping, and layout.
It is useful for compilers, formatters, diagnostics, code generators, documents, and command-line output. It is a developer library; the visible output depends on the application using it.