module String_set: functor (X : Parameter_sig.Input_with_arg) -> Parameter_sig.String_set
functor (
X
:
Parameter_sig.Input_with_arg
) ->
Parameter_sig.String_set
include Parameter_sig.Collection
A set is a collection.
val mem : elt -> bool
elt -> bool
Does the given element belong to the set?
val exists : (elt -> bool) -> bool
(elt -> bool) -> bool
Is there some element satisfying the given predicate?