Module Record.Record_decl

A record is an inductive mie with extra metadata

type t = {
  1. entry : RecordEntry.t;
  2. records : Data.t list;
  3. projections_kind : Decls.definition_object_kind;
  4. indlocs : DeclareInd.indlocs;
}