Hi,

On Wed, Mar 14, 2012 at 07:54, Johan Holmquist <holmisen@gmail.com> wrote:
I guess you want an automatically derived show that indents, but if
you don't mind defining you own, Data.PrettyPrint is really nice.

Though most likely any form of pretty-printing will be generic, and can be defined with GHC.Generics [1], for instance.


Cheers,
Pedro

[1] http://www.haskell.org/haskellwiki/Generics