Module Crdt.Immutable.GSet

module GSet: I_GSet

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