package rocq-runtime

  1. Overview
  2. Docs
The Rocq Prover -- Core Binaries and Tools

Install

Dune Dependency

Authors

Maintainers

Sources

rocq-9.0.0.tar.gz
md5=8d522602d23e7a665631826dab9aa92b
sha512=f4f76a6a178e421c99ee7a331a2fd97a06e9c5d0168d7e60c44e3820d8e1a124370ea104ad90c7f87a9a1e9d87b2d0d7d2d387c998feeaed4a75ed04e176a4be

doc/rocq-runtime.stm/Stm/AsyncOpts/index.html

Module Stm.AsyncOptsSource

Sourcetype cache =
  1. | Force
Sourcetype async_proofs =
  1. | APoff
  2. | APonLazy
  3. | APon
Sourcetype tac_error_filter =
  1. | FNone
  2. | FOnly of string list
  3. | FAll
Sourcetype stm_opt = {
  1. spawn_args : string list;
  2. async_proofs_n_workers : int;
  3. async_proofs_n_tacworkers : int;
  4. async_proofs_cache : cache option;
  5. async_proofs_mode : async_proofs;
  6. async_proofs_private_flags : string option;
  7. async_proofs_never_reopen_branch : bool;
  8. async_proofs_tac_error_resilience : tac_error_filter;
  9. async_proofs_cmd_error_resilience : bool;
  10. async_proofs_delegation_threshold : float;
  11. async_proofs_worker_priority : CoqworkmgrApi.priority;
}
Sourceval default_opts : spawn_args:string list -> stm_opt
OCaml

Innovation. Community. Security.