package ortac-runtime-qcheck-stm

  1. Overview
  2. Docs

Module Ortac_runtime_qcheck_stm.ZSource

Sourceval 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.

Sourceval 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.