aboutsummaryrefslogtreecommitdiff
path: root/kernel/uGraph.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/uGraph.mli
parentd6d6291b4929bee8122d486aec15a57e5607ff18 (diff)
parent53870b7f6890a593d1da93706f3d020a79d226e5 (diff)
Merge PR #8493: [api] Remove (most) 8.9 deprecated objects.
Diffstat (limited to 'kernel/uGraph.mli')
-rw-r--r--kernel/uGraph.mli2
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/uGraph.mli b/kernel/uGraph.mli
index 752bf76270..4336a22b8c 100644
--- a/kernel/uGraph.mli
+++ b/kernel/uGraph.mli
@@ -12,8 +12,6 @@ open Univ
(** {6 Graphs of universes. } *)
type t
-type universes = t
-[@@ocaml.deprecated "Use UGraph.t"]
type 'a check_function = t -> 'a -> 'a -> bool