Module type Utils.Set.S

module type S = sig .. end

include Set.S
val toList : t -> elt list
val fromList : elt list -> t