17 Nov
2003
17 Nov
'03
9:18 a.m.
Johannes Waldmann <waldmann@imn.htwk-leipzig.de> 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