@hackage io-storage0.3
A key-value store in the IO monad.
Categories
License
BSD-3-Clause
Maintainer
Will Donnelly <will.donnelly@gmail.com>
Links
Versions
- 0.3 Thu, 6 Aug 2009
Installation
Dependencies (2)
- base >=4 && <5
- containers Show all…
Dependents (7)
@hackage/hledger, @hackage/acme-everything, @hackage/una, @hackage/dyre, @hackage/pushme, @hackage/hledger-web, Show all…
This library allows an application to extend the 'global state'
hidden inside the IO monad with semi-arbitrary data. Data is
required to be Typeable. The library provides an essentially
unbounded number of key-value stores indexed by strings, with
each key within the stores also being a string.