Johannes Waldmann <[EMAIL PROTECTED]> writes:
> f x y = ( ... ) { info = parens $ fsep [ text "f", info x, info y ] }
Cool!
> that way you always know who built what.
> and it's cheap - if you don't use this information,
> then it's never created (due to laziness).
Uh..is that really true? I would think it would keep a lot of data
from being garbage collected?
-kzm
--
If I haven't seen further, it is by standing in the footprints of giants
_______________________________________________
Haskell mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell