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