package rocq-runtime

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

rocq-9.2.0.tar.gz
sha256=a45280ab4fbaac7540b136a6b073b4a6db15739ec1e149bded43fa6f4fc25f20

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;
}