package coq-core

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

A record is an inductive mie with extra metadata in records

type 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 : Loc.t option list;
}
OCaml

Innovation. Community. Security.