module Set: OpamMisc.SET with type elt = t
OpamMisc.SET
with type elt = t
include Set.S
val map : (elt -> elt) -> t -> t
(elt -> elt) -> t -> t
val choose_one : t -> elt
t -> elt
val of_list : elt list -> t
elt list -> t
val to_string : t -> string
t -> string
val find : (elt -> bool) -> t -> elt
(elt -> bool) -> t -> elt