@hackage pretty-display0.1.8
Typeclass for human-readable display
Categories
License
BSD-3-Clause
Maintainer
Justin Sermeno
Links
Versions
Installation
Tested Compilers
Dependencies (3)
- base >=4.7 && <5
- pretty-show
- text Show all…
Dependents (1)
@hackage/amby
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