pkgsrc-wip/hs-io-storage/DESCR
PHO / phonohawk 791fed344f Import hs-io-storage-0.3 as wip/hs-io-storage.
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.
2011-07-08 09:58:31 +00:00

5 lines
296 B
Text

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.