pretty-compact

Pretty-printing library

Version on this page:1.0
Stackage Nightly 2016-03-07:1.0
Latest on Hackage:3.1

See all snapshots pretty-compact appears in

LicenseRef-GPL licensed
This version can be pinned in stack with:pretty-compact-1.0@sha256:add0d7d4435a4be3d78c395476aa796fb15a294058019233cf4ed5d3fb96c34e,926

Module documentation for 1.0

Depends on 1 package(full list with versions):

This package contains a pretty-printing library, a set of API's that provides a way to easily print out text in a consistent format of your choosing. This is useful for compilers and related tools.

This library produces more compact outputs than both Wadler-Leijen or Hughes-PJ algorithms, at the expense of computational ressources. The API is the same as Wadler-Leijen's.