
15 Dec
2009
15 Dec
'09
10:32 p.m.
I'm looking here at the Fibonacci stuff: http://www.haskell.org/haskellwiki/Memoization Since (I've read) Haskell never computes the value of a function more than once, I don't understand the need for memoization. Enlighten me. Michael