Module OpamMisc.StringSetSet

module StringSetSet: SET  with type elt = StringSet.t
Set of string sets

include Set.S
val map : (elt -> elt) -> t -> t
auto-map
val choose_one : t -> elt
Return one element. Fail if the set is not a singleton.
val of_list : elt list -> t
Make a set from a list
val to_string : t -> string
Pretty-print a set
val to_json : t -> OpamJson.t
Return a JSON representation of the given set
val find : (elt -> bool) -> t -> elt
Find an element in the list