package ortac-runtime

  1. Overview
  2. Docs
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.

OCaml

Innovation. Community. Security.