ACTION.Setinclude Stdlib.Set.S with type elt = package OpamTypes.actiontype elt = package OpamTypes.actionval empty : tval is_empty : t -> boolval cardinal : t -> intval is_singleton : t -> boolval to_string : t -> stringval to_json : t OpamJson.encoderval of_json : t OpamJson.decoderAccumulates the resulting sets of a function of elements until a fixpoint is reached
map_reduce f op t applies f to every element of t and combines the results using associative operator op.
module Op : sig ... end