@hackage pretty-show1.2
Tools for working with derived Show instances.
Installation
Dependencies (4)
- array >=0.2 && <2
- base >=3 && <4.7
- haskell-lexer >=1 && <2
- pretty >=1 && <2 Show all…
Dependents (183)
@hackage/why3, @cardano/ouroboros-consensus-diffusion, @hackage/fs-sim, @hackage/hledger, @hackage/avwx, @hackage/halive, Show all…
We provide a library and an executable for working with derived Show
instances. By using the library, we can parse derived Show instances into a
generic data structure. The ppsh tool uses the library to produce
human-readable versions of Show instances, which can be quite handy for
debugging Haskell programs.