package coq-core

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

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.20.1.tar.gz
md5=0cfaa70f569be9494d24c829e6555d46
sha512=8ee967c636b67b22a4f34115871d8f9b9114df309afc9ddf5f61275251088c6e21f6cf745811df75554d30f4cebb6682f23eeb2e88b771330c4b60ce3f6bf5e2

doc/coq-core.kernel/Retroknowledge/index.html

Module RetroknowledgeSource

Sourcetype retroknowledge = {
  1. retro_int63 : Names.Constant.t option;
  2. retro_float64 : Names.Constant.t option;
  3. retro_string : Names.Constant.t option;
  4. retro_array : Names.Constant.t option;
  5. retro_bool : (Names.constructor * Names.constructor) option;
  6. retro_carry : (Names.constructor * Names.constructor) option;
  7. retro_pair : Names.constructor option;
  8. retro_cmp : (Names.constructor * Names.constructor * Names.constructor) option;
  9. retro_f_cmp : (Names.constructor * Names.constructor * Names.constructor * Names.constructor) option;
  10. retro_f_class : (Names.constructor * Names.constructor * Names.constructor * Names.constructor * Names.constructor * Names.constructor * Names.constructor * Names.constructor * Names.constructor) option;
}
Sourcetype action =
  1. | Register_ind : 'a CPrimitives.prim_ind * Names.inductive -> action
  2. | Register_type : 'a CPrimitives.prim_type * Names.Constant.t -> action
OCaml

Innovation. Community. Security.