@hackage / pretty-display

Typeclass for human-readable display

Latest0.1.10

About

Metadata

  • Last updated , by jsermeno
  • License BSD-3-Clause
  • Categories Web Development, Text Processing
  • Maintained by: Justin Sermeno

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 7.10.3

Readme

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