Module Std_internal.Set


module Set: Set


Polymorphic versions of standard Set operations

include S1
module type Elt = Set_intf.Elt
module type S = Set_intf.S
module Make: 
functor (Elt : Elt) -> S with type elt = Elt.t
module Make_binable: 
functor (Elt : sig
include Set.Elt
include Binable.S
end) -> sig .. end