pretty-display

Typeclass for human-readable display

https://github.com/githubuser/pretty-display#readme

Latest on Hackage:0.1.10

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed and maintained by Justin Sermeno

In haskell the Show typeclass is used to display a syntactically correct Haskell expression. However, there are times when you want to provide a richer display for a value while still retaining the benefits of having derived Show instances. This can be especially useful when working interactively in ghci. Text.Display provides a tiny registered package with the Display typeclass just for this purpose.

For examples visit the README