Module ExtSSetImp


module ExtSSetImp: sig .. end

module type S = sig .. end
module Make: 
functor (Ord : ExtSSet.OrderedType) -> S with type elt = Ord.t and type t = ExtSSet.Make(Ord).t ref