The latest version of memoize is 1.1.2-0.
memoize
Version 0.1 revision 0 uploaded by JesseTov.
Package meta
- Synopsis
- A memoization library
- Description
This library provides a type class Memoizable for memoizing functions, along with instances for a variety of argument types. It includes a Template Haskell function for deriving Memoizable instances for arbitrary algebraic datatypes.
The library constructs pure memo caches without the use of unsafePerformIO. This technique relies on implementation assumptions that, while not guaranteed by the semantics of Haskell, appear to be true.
- Author
- Jesse A. Tov <tov@ccs.neu.edu>
- Bug reports
- n/a
- Category
- Data
- Copyright
- n/a
- Homepage
- n/a
- Maintainer
- tov@ccs.neu.edu
- Package URL
- n/a
- Stability
- experimental