| Safe Haskell | Safe-Inferred |
|---|---|
| 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.