aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Herbelin2018-10-09 21:08:32 +0200
committerHugo Herbelin2018-10-19 16:56:08 +0200
commit2e53939f4ce4bc06a5e7b621bc560d3ebeb59110 (patch)
treefa55c604fcd8651ecc2fd40fd797ad078f71c03f
parent9b5ceabc9b62cdf9b806bb4abdff73642113e12e (diff)
Deprecating unused Engine.type_of_global.
-rw-r--r--engine/univGen.mli1
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/univGen.mli b/engine/univGen.mli
index 42756701dc..8af5f8fdb0 100644
--- a/engine/univGen.mli
+++ b/engine/univGen.mli
@@ -89,3 +89,4 @@ val constr_of_global : GlobRef.t -> constr
references and computing their instantiated universe context. (side-effect on the
universe counter, use with care). *)
val type_of_global : GlobRef.t -> types in_universe_context_set
+[@@ocaml.deprecated "use [Typeops.type_of_global]"]