The latest version of ipprint is 0.6-0.

ipprint

Version 0.3 revision 0 uploaded by GlebAlexeyev.

Package meta

Synopsis
Tiny helper for pretty-printing values in ghci console
Description

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]]
Author
Gleb Alexeyev
Bug reports
n/a
Category
Text
Copyright
n/a
Homepage
n/a
Maintainer
gleb.alexeev@gmail.com
Package URL
n/a
Stability
n/a

Components