Iavor Diatchki <[email protected]> writes: > Hi, > I am not sure about the rationale but if you need a program/library > which re-renders Show-able values with more spaces, so that they are > more human readable, I wrote one > (http://hackage.haskell.org/package/pretty-show). I find it very > useful for debugging.
This comes up sufficiently often that perhaps the Show class should have readableShow that defaults to the same as show. -- Jón Fairbairn [email protected] _______________________________________________ Haskell-prime mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-prime
