The latest version of pretty-display is 0.1.10-0.
pretty-display
Version 0.1.9 revision 0 uploaded by jsermeno.
Package meta
- Synopsis
- Typeclass for human-readable display
- Description
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 derivedShow
instances. This can be especially useful when working interactively in ghci.Text.Display
provides a tiny registered package with theDisplay
typeclass just for this purpose.For examples visit the README
- Author
- Justin Sermeno
- Bug reports
- n/a
- Category
- Text
- Copyright
- Copyright (c) 2014-2016 Justin Sermeno
- Homepage
- https://github.com/githubuser/pretty-display#readme
- Maintainer
- Justin Sermeno
- Package URL
- n/a
- Stability
- n/a