(***********************************************************************) (* v * The Coq Proof Assistant / The Coq Development Team *) (* mutual_inductive_entry -> unit (* [cci_inductive] checks positivity and builds an inductive body *) val cci_inductive : (identifier * variable_path) list -> env -> env -> path_kind -> bool -> (Sign.rel_context * int * identifier * types * identifier list * bool * bool * types array) list -> constraints -> mutual_inductive_body