(************************************************************************) (* * The Coq Proof Assistant / The Coq Development Team *) (* v * INRIA, CNRS and contributors - Copyright 1999-2019 *) (* mutual_inductive_entry -> env * universes * Univ.Variance.t array option * Names.Id.t array option option * Constr.rel_context * ((inductive_arity * Constr.types array) * (Constr.rel_context * (Constr.rel_context * Constr.types) array) * Sorts.family) array (* Utility function to compute the actual universe parameters of a template polymorphic inductive *) val template_polymorphic_univs : template_check:bool -> Univ.ContextSet.t -> Constr.rel_context -> Univ.Universe.t -> Univ.Level.t option list * Univ.LSet.t