module Set:Functor used to build predicates for
Set.S.t
values.Parameters: |
|
val exists : S.t Specification.predicate
true
iff any of the set elements
makes P.p
evaluate to true
.val for_all : S.t Specification.predicate
true
iff all of the set elements
make P.p
evaluate to true
.