aboutsummaryrefslogtreecommitdiff
path: root/kernel/constr.mli
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2018-10-07 19:19:11 +0200
committerPierre-Marie Pédrot2018-10-07 19:19:11 +0200
commit9a13a86115823a24738489f0b11b692f4ed065ad (patch)
tree4b2dc62bab2cc85f841a84cbfadb7de5a5fbb532 /kernel/constr.mli
parentd6d6291b4929bee8122d486aec15a57e5607ff18 (diff)
parent53870b7f6890a593d1da93706f3d020a79d226e5 (diff)
Merge PR #8493: [api] Remove (most) 8.9 deprecated objects.
Diffstat (limited to 'kernel/constr.mli')
-rw-r--r--kernel/constr.mli8
1 files changed, 0 insertions, 8 deletions
diff --git a/kernel/constr.mli b/kernel/constr.mli
index 2efdae007c..3c9cc96a0d 100644
--- a/kernel/constr.mli
+++ b/kernel/constr.mli
@@ -13,20 +13,12 @@
open Names
-(** {6 Value under universe substitution } *)
-type 'a puniverses = 'a Univ.puniverses
-[@@ocaml.deprecated "use Univ.puniverses"]
-
(** {6 Simply type aliases } *)
type pconstant = Constant.t Univ.puniverses
type pinductive = inductive Univ.puniverses
type pconstructor = constructor Univ.puniverses
(** {6 Existential variables } *)
-type existential_key = Evar.t
-[@@ocaml.deprecated "use Evar.t"]
-
-(** {6 Existential variables } *)
type metavariable = int
(** {6 Case annotation } *)