cqrs-0.5.0: src/Data/CQRS/EventStore.hs
-- | Event store functions.
module Data.CQRS.EventStore
( EventStore
, enumerateEventStore
, withEventStore
) where
import Data.CQRS.Internal.EventStore
-- | Event store functions.
module Data.CQRS.EventStore
( EventStore
, enumerateEventStore
, withEventStore
) where
import Data.CQRS.Internal.EventStore