ipprint-0.4.1: 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 & <1.43), haskell-src
LicenseBSD3
AuthorGleb Alexeyev
Maintainergleb.alexeev@gmail.com
CategoryText
Upload dateMon May 30 09:28:19 UTC 2011
Uploaded byGlebAlexeyev
Built onghc-7.0

Modules

Downloads