package rocq-runtime

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

rocq-9.1.1.tar.gz
sha256=35cd03fc4193969b1cce01190340e5c129c1ba8f02242a9e6dff4b83be118759

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