@hackage FPretty1.1
Efficient simple pretty printing combinators
Categories
License
BSD-3-Clause
Maintainer
O.Chitil@kent.ac.uk
Links
- Homepage
- Documentation
- No source repository
- Security
Versions
Installation
Dependencies (2)
- base >=4.5 && <4.11
- containers >=0.4 Show all…
Dependents (3)
@hackage/acme-everything, @hackage/Hoed, @hackage/hood
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.