Fix example on how to use acid-state backend.

This commit is contained in:
Felipe Lessa 2015-05-28 01:27:40 -03:00
parent b446b0ea92
commit 82b7ebdca4

View File

@ -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(..)