working lazy memoizer for GHC?
Does anyone have a working lazy memoizer (memo :: (a->b) -> (a->b)) for GHC? - Conal
Conal Elliott <conal@conal.net> wrote in article <011c01c5e655$97329390$0202a8c0@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.
I'd also like to know why this module is deprecated. Does anyone know? - Conal -----Original Message----- From: glasgow-haskell-users-bounces@haskell.org [mailto:glasgow-haskell-users-bounces@haskell.org] On Behalf Of Chung-chieh Shan Sent: Monday, November 14, 2005 5:46 PM To: glasgow-haskell-users@haskell.org Subject: Re: working lazy memoizer for GHC? Conal Elliott <conal@conal.net> wrote in article <011c01c5e655$97329390$0202a8c0@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. _______________________________________________ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org http://www.haskell.org/mailman/listinfo/glasgow-haskell-users
participants (2)
-
Chung-chieh Shan -
Conal Elliott