package rocq-runtime

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

rocq-9.1.0.tar.gz
sha256=b236dc44f92e1eeca6877c7ee188a90c2303497fe7beb99df711ed5a7ce0d824

doc/rocq-runtime.kernel/Retroknowledge/index.html

Module RetroknowledgeSource

Sourcetype retroknowledge = {
  1. retro_int63 : Names.Constant.t option;
  2. retro_float64 : Names.Constant.t option;
  3. retro_string : Names.Constant.t option;
  4. retro_array : Names.Constant.t option;
  5. retro_bool : (Names.constructor * Names.constructor) option;
  6. retro_carry : (Names.constructor * Names.constructor) option;
  7. retro_pair : Names.constructor option;
  8. retro_cmp : (Names.constructor * Names.constructor * Names.constructor) option;
  9. retro_f_cmp : (Names.constructor * Names.constructor * Names.constructor * Names.constructor) option;
  10. retro_f_class : (Names.constructor * Names.constructor * Names.constructor * Names.constructor * Names.constructor * Names.constructor * Names.constructor * Names.constructor * Names.constructor) option;
}
Sourcetype action =
  1. | Register_ind : 'a CPrimitives.prim_ind * Names.inductive -> action
  2. | Register_type : 'a CPrimitives.prim_type * Names.Constant.t -> action