erebos-0.1.2: Decentralized messaging and synchronization
Safe HaskellSafe-Inferred
LanguageHaskell2010

Erebos.Set

Documentation

data Set a Source #

Instances

Instances details
SharedType (Set Contact) Source # 
Instance details

Defined in Erebos.Contact

Mergeable a => Mergeable (Set a) Source # 
Instance details

Defined in Erebos.Set

Associated Types

type Component (Set a) Source #

type Component (Set a) Source # 
Instance details

Defined in Erebos.Set

type Component (Set a)

storeSetAdd :: (Mergeable a, MonadIO m) => Storage -> a -> Set a -> m (Set a) Source #

fromSetBy :: forall a. Mergeable a => (a -> a -> Ordering) -> Set a -> [a] Source #