pretty-show

Tools for working with derived `Show` instances and generic inspection of values.

http://wiki.github.com/yav/pretty-show

Version on this page:1.9.5
LTS Haskell 22.14:1.10
Stackage Nightly 2024-03-28:1.10
Latest on Hackage:1.10

See all snapshots pretty-show appears in

MIT licensed by Iavor S. Diatchki
Maintained by [email protected]
This version can be pinned in stack with:pretty-show-1.9.5@sha256:92aa3f43d8459a9b543e102fbb0b7a6aae0074e18ca6a9970d9922a867114f53,1963

Module documentation for 1.9.5

  • Text
    • Text.Show
      • Text.Show.Pretty

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. We can also render complex generic values into an interactive Html page, for easier examination.