pretty-sop

A generic pretty-printer using generics-sop

Version on this page:0.2.0.2@rev:2
LTS Haskell 22.14:0.2.0.3@rev:1
Stackage Nightly 2024-03-28:0.2.0.3@rev:1
Latest on Hackage:0.2.0.3@rev:1

See all snapshots pretty-sop appears in

BSD-3-Clause licensed by Edsko de Vries, Andres Löh
Maintained by [email protected]
This version can be pinned in stack with:pretty-sop-0.2.0.2@sha256:91f7d98071fe688d6d08ee923c1d6ac0a36dd2d0257771a6f5035a2a95701f12,2439

Module documentation for 0.2.0.2

This library contains a generic implementation of the prettyVal function from the pretty-show package. Using the pretty printer, values can easily be rendered to strings and HTML documents in a uniform way.

This library makes use of the generics-sop package and is an example of a generic function defined in the SOP style.