Module I_GSet

module I_GSet: sig .. end
Grow-Only sets.

Supports add, lookup and merge operations. See Immutable_types.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