aboutsummaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2018-10-26 13:50:12 +0200
committerPierre-Marie Pédrot2018-10-26 13:50:12 +0200
commit27266c1f79e565a6a19da4c79fc1ce83f748e31c (patch)
tree865bd07aa81debed13d6c5b5f4b5b2d8d26d7443 /engine
parent69cbb9c09d5a440461b945c6690745b444649fda (diff)
parent2e53939f4ce4bc06a5e7b621bc560d3ebeb59110 (diff)
Merge PR #8687: Mini reorganization type of global constr of global
Diffstat (limited to 'engine')
-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]"]