aboutsummaryrefslogtreecommitdiffhomepage
path: root/library/global.ml
diff options
context:
space:
mode:
authorGravatar filliatr <filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7>1999-12-05 18:35:01 +0000
committerGravatar filliatr <filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7>1999-12-05 18:35:01 +0000
commita324a5301e0b6f3e47c38fa2764c2d270843e440 (patch)
tree058011588870024921197b799ac006854eb9cd93 /library/global.ml
parent18ef44c722b7d72ba67d02d4127e708fc237c089 (diff)
add_leaf -> application methode cache
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@204 85f007b7-540e-0410-9357-904b9bb8a0f7
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 5cefe53f6..af9dbe1d5 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]. *)