working lazy memoizer for GHC?

Simon Marlow simonmar at microsoft.com
Wed Nov 16 07:57:20 EST 2005


The whole util package is deprecated, because it is using the old
non-hierarchical module names.  The memo table library should really be
re-packaged with Cabal and made available somewhere.

Cheers,
	Simon

On 16 November 2005 07:29, Conal Elliott wrote:

> I'd also like to know why this module is deprecated.  Does anyone
> know? - Conal
> 
> -----Original Message-----
> From: glasgow-haskell-users-bounces at haskell.org
> [mailto:glasgow-haskell-users-bounces at haskell.org] On Behalf Of
> Chung-chieh Shan
> Sent: Monday, November 14, 2005 5:46 PM
> To: glasgow-haskell-users at haskell.org
> Subject: Re: working lazy memoizer for GHC?
> 
> 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?



More information about the Glasgow-haskell-users mailing list