Fix example on how to use acid-state backend.
This commit is contained in:
parent
b446b0ea92
commit
82b7ebdca4
@ -12,7 +12,7 @@
|
|||||||
-- withSessionStorage =
|
-- withSessionStorage =
|
||||||
-- bracket
|
-- bracket
|
||||||
-- ('AcidStorage' \<$\> openLocalState 'emptyState')
|
-- ('AcidStorage' \<$\> openLocalState 'emptyState')
|
||||||
-- createCheckpointAndClose
|
-- (createCheckpointAndClose . 'acidState')
|
||||||
-- @
|
-- @
|
||||||
module Web.ServerSession.Backend.Acid
|
module Web.ServerSession.Backend.Acid
|
||||||
( AcidStorage(..)
|
( AcidStorage(..)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user