Module Crdt.Mutable.USet

module USet: M_USet

module Make (O : Mutable_types.Comparable) : Mutable_types.RSet  with
  type elt = O.t
Creates an add / remove set of elements satisfying Mutable_types.Comparable