pretty-display: Typeclass for human-readable display
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
Downloads
- pretty-display-0.1.8.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.0, 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.1.5, 0.1.6, 0.1.7, 0.1.8, 0.1.9, 0.1.10 |
---|---|
Dependencies | ansi-wl-pprint, base (>=4.7 && <5), pretty-display, pretty-show, text [details] |
Tested with | ghc ==8.0.1, ghc ==7.10.3, ghc ==7.10.2 |
License | BSD-3-Clause |
Copyright | Copyright (c) 2014-2016 Justin Sermeno |
Author | Justin Sermeno |
Maintainer | Justin Sermeno |
Revised | Revision 3 made by jsermeno at 2016-11-18T16:03:43Z |
Category | Text |
Home page | https://github.com/jsermeno/pretty-display#readme |
Source repo | head: git clone https://github.com/jsermeno/pretty-display |
Uploaded | by jsermeno at 2016-11-18T01:29:53Z |
Distributions | NixOS:0.1.10 |
Reverse Dependencies | 1 direct, 1 indirect [details] |
Executables | pretty-display-example |
Downloads | 7270 total (10 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2016-11-18 [all 1 reports] |