package coq-core

  1. Overview
  2. Docs
The Coq Proof Assistant -- Core Binaries and Tools

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.18.0.tar.gz
md5=8d852367b54f095d9fbabd000304d450
sha512=46922d5f2eb6802a148a52fd3e7f0be8370c93e7bc33cee05cf4a2044290845b10ccddbaa306f29c808e7c5019700763e37e45ff6deb507b874a4348010fed50

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

Module Record.DataSource

Sourcetype projection_flags = {
  1. pf_coercion : bool;
  2. pf_reversible : bool;
  3. pf_instance : bool;
  4. pf_priority : int option;
  5. pf_locality : Goptions.option_locality;
  6. pf_canonical : bool;
}
Sourcetype raw_data
Sourcetype t = {
  1. id : Names.Id.t;
  2. idbuild : Names.Id.t;
  3. is_coercion : bool;
  4. proj_flags : projection_flags list;
  5. rdata : raw_data;
  6. inhabitant_id : Names.Id.t;
}
OCaml

Innovation. Community. Security.