aboutsummaryrefslogtreecommitdiffhomepage
path: root/library/universes.mli
diff options
context:
space:
mode:
Diffstat (limited to 'library/universes.mli')
-rw-r--r--library/universes.mli3
1 files changed, 3 insertions, 0 deletions
diff --git a/library/universes.mli b/library/universes.mli
index ab217e872..3b951997a 100644
--- a/library/universes.mli
+++ b/library/universes.mli
@@ -149,6 +149,9 @@ val constr_of_global : Globnames.global_reference -> constr
anywhere. The constraints are forgotten as well. DO NOT USE in new code. *)
val unsafe_constr_of_global : Globnames.global_reference -> constr in_universe_context
+(** Returns the type of the global reference, by creating a fresh instance of polymorphic
+ references and computing their instantiated universe context. (side-effect on the
+ universe counter, use with care). *)
val type_of_global : Globnames.global_reference -> types in_universe_context_set
(** Full universes substitutions into terms *)