ipprint: Tiny helper for pretty-printing values in ghci console
Tiny helper for pretty-printing values in ghci console
Usage example:
Prelude> let e = replicate 5 [1..14] -- value we want to print
Prelude> :m + IPPrint
Prelude IPPrint> pprint e
[[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14],
[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14],
[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14],
[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14],
[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]]Terminal width support added by Jean-Marie Gaillourdet.
Downloads
- ipprint-0.6.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
| Versions [RSS] | 0.1, 0.2, 0.3, 0.4, 0.4.1, 0.4.2, 0.5, 0.6 |
|---|---|
| Dependencies | base (>=2 && <=5), haskell-src, sr-extra (>=1.46.3.1) [details] |
| License | BSD-3-Clause |
| Author | Gleb Alexeyev |
| Maintainer | gleb.alexeev@gmail.com |
| Category | Text |
| Source repo | head: git clone https://github.com/alexeevg/ipprint.git |
| Uploaded | by GlebAlexeyev at 2015-10-08T11:52:36Z |
| Distributions | NixOS:0.6 |
| Reverse Dependencies | 4 direct, 1 indirect [details] |
| Downloads | 7512 total (27 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating | |
| Status | Docs available [build log] Last success reported on 2015-10-08 [all 1 reports] |