From 66acf05f6fd0a35b7d9a0d425983c36dbe2cc992 Mon Sep 17 00:00:00 2001 From: Matthieu Sozeau Date: Fri, 5 Sep 2014 20:27:37 +0200 Subject: Fix checker treatment of inductives using subst_instances instead of subst_univs_levels. --- checker/inductive.mli | 2 -- 1 file changed, 2 deletions(-) (limited to 'checker/inductive.mli') 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 -- cgit v1.2.3