Conal Elliott <[EMAIL PROTECTED]> wrote in article <[EMAIL PROTECTED]> in gmane.comp.lang.haskell.glasgow.user: > Does anyone have a working lazy memoizer (memo :: (a->b) -> (a->b)) for > GHC? - Conal
There's a deprecated one in the util package. Why is it deprecated anyway? -- Edit this signature at http://www.digitas.harvard.edu/cgi-bin/ken/sig If debugging is the process of removing bugs, then programming must be the process of putting them in. _______________________________________________ Glasgow-haskell-users mailing list [email protected] http://www.haskell.org/mailman/listinfo/glasgow-haskell-users
