The ipprint package (version 0.3)
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]]
| Other versions | 0.1, 0.2 |
|---|---|
| Dependencies | base, haskell-src |
| License | BSD3 |
| Author | Gleb Alexeyev |
| Maintainer | gleb.alexeev@gmail.com |
| Category | Text |
| Exposed modules | IPPrint |
| Upload date | Sat Sep 29 23:31:23 PDT 2007 |
| Uploaded by | GlebAlexeyev |
| Built on | ghc-6.8 |
Downloads
- ipprint-0.3.tar.gz (Cabal source package)
- package description (included in the package)
