pretty-sop

A generic pretty-printer using generics-sop

Version on this page:0.2.0.2@rev:1
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:9ad445e872a6883e687ad00dc9b3d5a26a84c6665c11714585043b7d5001489a,2438

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.