[Haskell-cafe] Do I have this right? "Remembering" Memoization!

Casey Hawthorne caseyh at istar.ca
Sun Sep 13 19:28:29 EDT 2009


Do I have this right?  "Remembering"  Memoization!

For some applications, a lot of state does not to be saved, since
"initialization" functions can be called early, and these functions
will "remember" - (memoize) their results when called again, because
of lazy evaluation?
--
Regards,
Casey


More information about the Haskell-Cafe mailing list