
1 Mar
2010
1 Mar
'10
4:29 a.m.
Iavor Diatchki
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 Jon.Fairbairn@cl.cam.ac.uk