aboutsummaryrefslogtreecommitdiffhomepage
path: root/library/global.mli
diff options
context:
space:
mode:
Diffstat (limited to 'library/global.mli')
-rw-r--r--library/global.mli3
1 files changed, 2 insertions, 1 deletions
diff --git a/library/global.mli b/library/global.mli
index b6825ffa5..410be961b 100644
--- a/library/global.mli
+++ b/library/global.mli
@@ -108,7 +108,8 @@ val join_safe_environment : unit -> unit
val is_polymorphic : Globnames.global_reference -> bool
-(* val type_of_global : Globnames.global_reference -> types Univ.in_universe_context_set *)
+val type_of_global_in_context : Environ.env ->
+ Globnames.global_reference -> Constr.types Univ.in_universe_context
val type_of_global_unsafe : Globnames.global_reference -> Constr.types
(** {6 Retroknowledge } *)