package coq-core

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. mie : Entries.mutual_inductive_entry;
  2. default_dep_elim : DeclareInd.default_dep_elim list;
  3. nuparams : int option;
  4. univ_binders : UnivNames.universe_binders;
  5. implicits : DeclareInd.one_inductive_impls list;
  6. uctx : Univ.ContextSet.t;
  7. where_notations : Metasyntax.notation_interpretation_decl list;
  8. coercions : Libnames.qualid list;
  9. indlocs : Loc.t option list;
}

inductive_expr at the constr level

OCaml

Innovation. Community. Security.