ipprint-0.4: Tiny helper for pretty-printing values in ghci console

The ipprint package

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.

Properties

Versions0.1, 0.2, 0.3, 0.4, 0.4.1
Dependenciesbase (≥2 & ≤5), Extra (1.33.*), haskell-src
LicenseBSD3
AuthorGleb Alexeyev
Maintainergleb.alexeev@gmail.com
CategoryText
Upload dateFri Apr 30 13:08:07 UTC 2010
Uploaded byGlebAlexeyev
Built onghc-6.12
Build failureghc-7.0 (log), ghc-7.4 (log)

Modules

Downloads