
16 Dec
2009
16 Dec
'09
3:32 a.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