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