working lazy memoizer for GHC?

Chung-chieh Shan ccshan at post.harvard.edu
Mon Nov 14 20:45:44 EST 2005


Conal Elliott <conal at conal.net> wrote in article <011c01c5e655$97329390$0202a8c0 at conalputer> 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.



More information about the Glasgow-haskell-users mailing list