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 =
-- bracket
-- ('AcidStorage' \<$\> openLocalState 'emptyState')
-- createCheckpointAndClose
-- (createCheckpointAndClose . 'acidState')
-- @
module Web.ServerSession.Backend.Acid
( AcidStorage(..)