package coq

  1. Overview
  2. Docs
Formal proof management system

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.16.0.tar.gz
sha256=36577b55f4a4b1c64682c387de7abea932d0fd42fc0cd5406927dca344f53587

doc/coq-core.vernac/Record/Data/index.html

Module Record.DataSource

Sourcetype projection_flags = {
  1. pf_subclass : bool;
  2. pf_reversible : bool;
  3. pf_canonical : bool;
}
Sourcetype raw_data
Sourcetype t = {
  1. id : Names.Id.t;
  2. idbuild : Names.Id.t;
  3. is_coercion : bool;
  4. coers : projection_flags list;
  5. rdata : raw_data;
  6. inhabitant_id : Names.Id.t;
}
OCaml

Innovation. Community. Security.