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

[ bsd3, library, text ] [ Propose Tags ]

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.

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

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
Reverse Dependencies 4 direct, 1 indirect [details]
Downloads 7185 total (34 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]