aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/vars.mli
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/vars.mli')
-rw-r--r--kernel/vars.mli1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/vars.mli b/kernel/vars.mli
index b4f616b13..0d5ab07db 100644
--- a/kernel/vars.mli
+++ b/kernel/vars.mli
@@ -81,6 +81,5 @@ val subst_univs_constr : universe_subst -> constr -> constr
(** Level substitutions for polymorphism. *)
-val subst_univs_puniverses : universe_level_subst -> 'a puniverses -> 'a puniverses
val subst_univs_level_constr : universe_level_subst -> constr -> constr
val subst_univs_level_context : Univ.universe_level_subst -> rel_context -> rel_context