prettyprinter-combinators

Some useful combinators for the prettyprinter package

https://github.com/sergv/prettyprinter-combinators

Version on this page:0.1.0.1
LTS Haskell 22.18:0.1.2
Stackage Nightly 2024-04-27:0.1.2
Latest on Hackage:0.1.2

See all snapshots prettyprinter-combinators appears in

Apache-2.0 licensed by Sergey Vinokurov
Maintained by Sergey Vinokurov
This version can be pinned in stack with:prettyprinter-combinators-0.1.0.1@sha256:d618c65b0f874a29ebebb9850c708c5896ff1531ba67b4f2e9127ba427f4e8c8,1700

Module documentation for 0.1.0.1

Various utilities that make writing Pretty instances easier.

Notable utilites include automatic deriving of Pretty instance via Generic, Data, or Show instance.