aboutsummaryrefslogtreecommitdiff
path: root/library/global.ml
diff options
context:
space:
mode:
Diffstat (limited to 'library/global.ml')
-rw-r--r--library/global.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/global.ml b/library/global.ml
index 5cefe53f6d..af9dbe1d5b 100644
--- a/library/global.ml
+++ b/library/global.ml
@@ -48,7 +48,7 @@ let import cenv = global_env := import cenv !global_env
(* Some instanciations of functions from [Environ]. *)
-let id_of_global = Environ.id_of_global (env_of_safe_env !global_env)
+let id_of_global id = Environ.id_of_global (env_of_safe_env !global_env) id
(* Re-exported functions of [Inductive], composed with [lookup_mind_specif]. *)