module IS: My_std.Set.Make(sigtype t = int val compare : 'a -> 'a -> intval print : Format.formatter -> int -> unitend)
My_std.Set.Make
(
sig
type t = int
int
val compare : 'a -> 'a -> int
'a -> 'a -> int
val print : Format.formatter -> int -> unit
Format.formatter -> int -> unit
end
)
include struct ... end
val find : (elt -> bool) -> t -> elt
(elt -> bool) -> t -> elt
val map : (elt -> elt) -> t -> t
(elt -> elt) -> t -> t
val of_list : elt list -> t
elt list -> t
val print : Format.formatter -> t -> unit
Format.formatter -> t -> unit