include module type of struct include CString.Pred end
val mem : elt -> t -> boolval remove : elt -> t -> tval equal : t -> t -> boolval subset : t -> t -> boolval elements : t -> bool * elt listval is_finite : t -> boolSourceval t_of_sexp : 'a -> CString.Pred.t