Path to this page:
Subject: CVS commit: wip/hs-io-storage
From: PHO / phonohawk
Date: 2011-07-08 11:58:32
Message id: E1Qf7pg-0000tM-TG@sfs-ml-4.v29.ch3.sourceforge.com
Log Message:
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.
Files: