aboutsummaryrefslogtreecommitdiffhomepage
path: root/library/global.ml
diff options
context:
space:
mode:
authorGravatar filliatr <filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7>1999-11-26 08:40:18 +0000
committerGravatar filliatr <filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7>1999-11-26 08:40:18 +0000
commit45800868bf532be4348ab7025144e4caec5c3a83 (patch)
tree481a220a932c5fdec4e5135474148f7ef07a3743 /library/global.ml
parent07ce425ee676ccee0bc1309855ea8343279b63f0 (diff)
ajouts divers pour module Printer
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@145 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'library/global.ml')
-rw-r--r--library/global.ml4
1 files changed, 4 insertions, 0 deletions
diff --git a/library/global.ml b/library/global.ml
index e6c400806..3525d3834 100644
--- a/library/global.ml
+++ b/library/global.ml
@@ -45,6 +45,10 @@ let lookup_mind_specif c = lookup_mind_specif c !global_env
let export s = export !global_env s
let import cenv = global_env := import cenv !global_env
+(* Some instanciations of functions from [Environ]. *)
+
+let id_of_global = id_of_global !global_env
+
(* Re-exported functions of [Inductive], composed with [lookup_mind_specif]. *)
open Inductive