crdt-9.1: Conflict-free replicated data types

Safe HaskellSafe
LanguageHaskell2010

CRDT.Cv.GSet

Synopsis

Documentation

type GSet = Set Source #

Grow-only set

add :: Ord a => a -> GSet a -> GSet a Source #

update

initial :: GSet a Source #

initialization

lookup :: Ord a => a -> GSet a -> Bool Source #

lookup query