package coq

  1. Overview
  2. Docs
Formal proof management system

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.16.1.tar.gz
sha256=583471c8ed4f227cb374ee8a13a769c46579313d407db67a82d202ee48300e4b

doc/coq-core.vernac/ComInductive/Mind_decl/index.html

Module ComInductive.Mind_declSource

Sourcetype t = {
  1. mie : Entries.mutual_inductive_entry;
  2. nuparams : int option;
  3. univ_binders : UnivNames.universe_binders;
  4. implicits : DeclareInd.one_inductive_impls list;
  5. uctx : Univ.ContextSet.t;
  6. where_notations : Metasyntax.where_decl_notation list;
  7. coercions : Libnames.qualid list;
}

inductive_expr at the constr level

OCaml

Innovation. Community. Security.