aboutsummaryrefslogtreecommitdiffhomepage
path: root/checker/inductive.mli
diff options
context:
space:
mode:
Diffstat (limited to 'checker/inductive.mli')
-rw-r--r--checker/inductive.mli2
1 files changed, 0 insertions, 2 deletions
diff --git a/checker/inductive.mli b/checker/inductive.mli
index d2f6788c5..50dd343ee 100644
--- a/checker/inductive.mli
+++ b/checker/inductive.mli
@@ -22,8 +22,6 @@ type mind_specif = mutual_inductive_body * one_inductive_body
Raises [Not_found] if the inductive type is not found. *)
val lookup_mind_specif : env -> inductive -> mind_specif
-val make_inductive_subst : mutual_inductive_body -> Univ.universe_instance ->
- Univ.universe_level_subst
val inductive_instance : mutual_inductive_body -> Univ.universe_instance
val type_of_inductive : env -> mind_specif puniverses -> constr