pretty-show: Tools for working with derived `Show` instances and generic inspection of values.
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Warnings:
- The 'synopsis' field is rather long (max 80 chars is recommended).
- 'ghc-options: -O2' is rarely needed. Check that it is giving a real benefit and not just imposing longer compile times on your users.
We provide a library and an executable for working with derived Show
instances. By using the library, we can parse derived Show
instances into a
generic data structure. The ppsh
tool uses the library to produce
human-readable versions of Show
instances, which can be quite handy for
debugging Haskell programs. We can also render complex generic values into
an interactive Html page, for easier examination.
Properties
Versions | 1, 1.1, 1.1.1, 1.2, 1.3, 1.3.1, 1.3.2, 1.4.1, 1.5, 1.6, 1.6.1, 1.6.2, 1.6.3, 1.6.5, 1.6.6, 1.6.7, 1.6.8, 1.6.8.1, 1.6.8.2, 1.6.9, 1.6.10, 1.6.11, 1.6.12, 1.6.13, 1.6.14, 1.6.15, 1.6.16, 1.6.16, 1.7, 1.8, 1.8.1, 1.8.2, 1.9, 1.9.1, 1.9.2, 1.9.3, 1.9.4, 1.9.5, 1.10 |
---|---|
Change log | CHANGELOG |
Dependencies | array (>=0.2 && <2), base (>=4.5 && <5), filepath, ghc-prim, haskell-lexer (>=1 && <2), pretty (>=1 && <2), pretty-show [details] |
License | MIT |
Author | Iavor S. Diatchki |
Maintainer | iavor.diatchki@gmail.com |
Category | Text |
Home page | http://wiki.github.com/yav/pretty-show |
Source repo | head: git clone https://github.com/yav/pretty-show.git |
Uploaded | by IavorDiatchki at 2018-01-08T21:07:56Z |
Modules
[Index]
- Text
- Show
Downloads
- pretty-show-1.6.16.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees