
22 Jan
2008
22 Jan
'08
6:42 p.m.
Hi Edsko,
On Jan 22, 2008 7:34 PM, Edsko de Vries
Is there a nice way to pretty-print such an expression with the minimal number of brackets? I can come up with something, but I'm sure somebody thought hard about this problem before and came up with a really nice solution :)
Take a look at how Haskell's derived Show instances do it? :-) http://www.haskell.org/onlinereport/derived.html#sect10.4 - Benja