module Filled_string_set:functor (X:siginclude Parameter_sig.Input_with_argval default :Datatype.String.Set.tend) ->Parameter_sig.String_set
| 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?