module type Fundec_set =Setwith type elt = Cil_types.fundec and type t = Cil_datatype.Fundec.Set.t
include Parameter_sig.Collection
A set is a collection.
val mem : elt -> boolDoes the given element belong to the set?
val exists : (elt -> bool) -> boolIs there some element satisfying the given predicate?