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.4.2.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), Extra (>=1.33 && <1.50), haskell-src [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 2012-12-07T10:03:45Z |
Distributions | |
Reverse Dependencies | 4 direct, 1 indirect [details] |
Downloads | 7343 total (26 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |