aboutsummaryrefslogtreecommitdiffhomepage
path: root/checker/univ.mli
diff options
context:
space:
mode:
authorGravatar Matthieu Sozeau <matthieu.sozeau@inria.fr>2015-01-06 20:18:42 +0100
committerGravatar Matthieu Sozeau <matthieu.sozeau@inria.fr>2015-01-06 20:18:42 +0100
commit405f26bc8d074461f1f87e85d17402002c2f3758 (patch)
tree0fea6b2795ca9b66b8eb6039b67c0fe4b6c5ab56 /checker/univ.mli
parent96183a2ab2be5b96348bf5bff67a25e02fef39ea (diff)
Fix checker's treatment of template polymorphic
inductive instantiation, now using substitution of levels. Fixes the test-suite file coqchk/univ.
Diffstat (limited to 'checker/univ.mli')
-rw-r--r--checker/univ.mli5
1 files changed, 0 insertions, 5 deletions
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 *)