uglymemo-0.1.0.1: A simple (but internally ugly) memoization function.
Data.MemoUgly
memoIO #
Arguments
Function to memoize
Memoize the given function by allocating a memo table, and then updating the memo table on each function call.
memo #
The pure version of memoIO.
memoIO