Safe Haskell | None |
---|---|
Language | Haskell98 |
Data.MemoUgly
Documentation
Arguments
:: Ord a | |
=> (a -> b) | Function to memoize |
-> IO (a -> IO b) |
Memoize the given function by allocating a memo table, and then updating the memo table on each function call.
Safe Haskell | None |
---|---|
Language | Haskell98 |
Data.MemoUgly
Arguments
:: Ord a | |
=> (a -> b) | Function to memoize |
-> IO (a -> IO b) |
Memoize the given function by allocating a memo table, and then updating the memo table on each function call.