module IntSet: sig .. end
sig
end
module IS: BatSet.Make(BatInt)
BatSet.Make
(
BatInt
)
include IS
include IS.Labels
include IS.Exceptionless
val of_list : elt list -> t
elt list -> t
val to_list : t -> elt list
t -> elt list