-- | Event store functions. module Data.CQRS.EventStore ( EventStore , enumerateEventStore , withEventStore ) where import Data.CQRS.Internal.EventStore