8 Dec
2004
8 Dec
'04
5:10 p.m.
"Simon Marlow"
It's still there in module Memo, in the util package. It's scheduled for demolition in 6.6.
Huh... why? It's pretty convenient, especially if you're aware of the relevant GC issues and don't mind them.... although I do wish that there were a version of type (Storable a, Eq a) => (a -> b) -> (a -> b) that would use hash-the-bitserialized-representation equality rather than pointer/stableName equality. - a