@hackage / pretty-show

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

Latest1.10

About

Metadata

  • Last updated , by IavorDiatchki
  • License MIT
  • Categories Text Processing
  • Maintained by: iavor.diatchki@gmail.com

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 8.6.1
  2. 8.4.4
  3. 8.2.2
  4. 8.0.2
  5. 7.10.3

Readme

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.