module Make_set:functor (E:siginclude Parameter_sig.String_datatype_with_collectionsval of_singleton_string :string -> Parameter_sig.Set.tend) ->functor (X:siginclude Parameter_sig.Input_collectionval default :E.Set.tend) ->Parameter_sig.Setwith type elt = E.t and type t = E.Set.t
| Parameters: |
|
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?