Module Crdt.Mutable.GSet

module GSet: M_GSet

module Make (O : Mutable_types.Comparable) : Mutable_types.GSet  with
  type elt = O.t
Creates an grow-only set of elements satisfying Mutable_types.Comparable