From 405f26bc8d074461f1f87e85d17402002c2f3758 Mon Sep 17 00:00:00 2001 From: Matthieu Sozeau Date: Tue, 6 Jan 2015 20:18:42 +0100 Subject: Fix checker's treatment of template polymorphic inductive instantiation, now using substitution of levels. Fixes the test-suite file coqchk/univ. --- checker/univ.mli | 5 ----- 1 file changed, 5 deletions(-) (limited to 'checker/univ.mli') diff --git a/checker/univ.mli b/checker/univ.mli index a4a3a9cb1..479b44523 100644 --- a/checker/univ.mli +++ b/checker/univ.mli @@ -120,11 +120,6 @@ val merge_constraints : constraints -> universes -> universes val check_constraints : constraints -> universes -> bool -(** {6 Support for old-style sort-polymorphism } *) - -val subst_large_constraints : - (universe_level * universe) list -> universe -> universe - (** {6 Support for universe polymorphism } *) (** Polymorphic maps from universe levels to 'a *) -- cgit v1.2.3