
8 Jul
2010
8 Jul
'10
6:23 p.m.
On Friday 09 July 2010 00:10:24, Daniel Fischer wrote:
You can also use a library (e.g. http://hackage.haskell.org/package/data- memocombinators) to do the memoisation for you.
Well, actualy, I think http://hackage.haskell.org/package/MemoTrie would be the better choice for the moment, data-memocombinators doesn't seem to offer the functionality we need out of the box.