@hackage pragmatic-show0.2.0.0
Alternative Show class that gives shorter view if possible.
Installation
Dependencies (2)
- base >=4.8 && <5
- containers >=0.5 && <0.9 Show all…
Dependents (3)
@hackage/spatial-rotations, @hackage/manifolds, @hackage/free-vector-spaces
The standard Show class is handy for quickly viewing any Haskell
values without having to think about formatting. However, it often
produces needlessly clunky string representations, which are difficult
to parse by eye. This package offers a drop-in replacement which
attempts to keep the representation as readable as possible.
It does this through more graphical layout, omission of redundant
information, and (still quite conservative) trimming of low-significance
digits.