iter
IterLabels.Set
iter.bigarray
module type S = sig ... end
module Adapt (X : Set.S) : S with type elt = X.elt and type t = X.t
Create an enriched Set module from the given one
module Make (X : Set.OrderedType) : S with type elt = X.t
Functor to build an extended Set module from an ordered type