Hi,
I want to use the memo function for implementing a dynamic programming algorithm in Haskell.
This is needed to cache intermediate results.
Can anyone tell me where I can find some examples that use the memo function or even a tutorial.
Thanks,
Tom Hofte