BSD-3-Clause licensed by Olaf Chitil
Maintained by [email protected]
This version can be pinned in stack with:FPretty-1.1@sha256:4c2b57c8eddfcb728153f3c3ab275cb3bae74827fd4919e55bc59db14e96d534,995

Module documentation for 1.1

Depends on 2 packages(full list with versions):

A pretty printer turns a tree structure into indented text, such that the indentation reflects the tree structure. To keep text short, substructures are put into a single line as far as possible. The library provides combinators for building pretty printers. It emphasizes simplicity and efficiency.