Re: working lazy memoizer for GHC?

2005-11-14 Thread Chung-chieh Shan
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
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users


heap profiling and name truncation

2005-11-14 Thread Abraham Egnor
I'm trying to use the built-in ghc heap profiling and running into a
large roadblock: the names of producers are truncated, often into
uselessness, and there doesn't seem to be an option to control this. 
Am I missing something in the docs?

Abe
___
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users