Portability | non-portable (uses GHC extensions) |
---|---|
Maintainer | [email protected] |
Safe Haskell | None |
Data.Acid.Memory
Description
AcidState container without a transaction log. Mostly used for testing.
- openMemoryState :: IsAcidic st => st -> IO (AcidState st)
Documentation
Create an AcidState given an initial value.