Module Ortac_runtime_monolith.Z

val exists : integer -> integer -> (integer -> bool) -> bool

exists i j p is true iff the predicate there exists k within i and j, included, for which p holds.

val forall : integer -> integer -> (integer -> bool) -> bool

forall i j p is true iff the predicate `p` holds forall k within i and j, included.