The latest version of io-memoize is 1.1.1.0-0.

io-memoize

Version 1.0.0.0 revision 0 uploaded by DanBurton.

Package meta

Synopsis
Memoize IO actions
Description

Transform an IO action into a similar IO action that performs the original action only once.

You can choose to perform the original action in one of three ways:

  1. lazily (might never be performed)

  2. eagerly

  3. concurrently (eager)

Special thanks to shachaf and headprogrammingczar from #haskell irc for helping me reason about the behavior of this library.

Author
Dan Burton
Bug reports
n/a
Category
System
Copyright
(c) 2012 Dan Burton
Homepage
n/a
Maintainer
danburton.email@gmail.com
Package URL
n/a
Stability
n/a

Components