Module type Collection.Set.PS


module type PS = sig .. end

include Collection.Set.S
val empty : t
val add : t -> elt -> t
val remove : t -> elt -> t
val filter : (elt -> bool) -> t -> t