Module Extstdlib.Set

module type S = sig ... end
module Make (Ord : Stdlib.Set.OrderedType) : S with type elt = Ord.t