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.vernac/Record/Data/index.html

Module Record.DataSource

Sourcetype coercion_flags = {
  1. coe_local : bool;
  2. coe_reversible : bool;
}
Sourcetype instance_flags = {
  1. inst_locality : Hints.hint_locality;
  2. inst_priority : int option;
}
Sourcetype projection_flags = {
  1. pf_coercion : coercion_flags option;
  2. pf_instance : instance_flags option;
  3. pf_canonical : bool;
}
Sourcetype t = {
  1. is_coercion : Vernacexpr.coercion_flag;
  2. proj_flags : projection_flags list;
}