package rocq-runtime

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

rocq-9.0.1.tar.gz
sha256=051f7bf702ff0a3b370449728921e5a95e18bc2b31b8eb949d48422888c98af4

doc/rocq-runtime.vernac/Record/Record_decl/index.html

Module Record.Record_declSource

A record is an inductive mie with extra metadata in records

Sourcetype t = {
  1. mie : Entries.mutual_inductive_entry;
  2. default_dep_elim : DeclareInd.default_dep_elim list;
  3. records : Data.t list;
  4. primitive_proj : bool;
  5. impls : DeclareInd.one_inductive_impls list;
  6. globnames : UState.named_universes_entry;
  7. global_univ_decls : Univ.ContextSet.t option;
  8. projunivs : Entries.universes_entry;
  9. ubinders : UnivNames.universe_binders;
  10. projections_kind : Decls.definition_object_kind;
  11. poly : bool;
  12. indlocs : DeclareInd.indlocs;
}