aboutsummaryrefslogtreecommitdiffhomepage
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 e57aea6c9..cb57248b5 100644
--- a/library/global.ml
+++ b/library/global.ml
@@ -156,7 +156,7 @@ let import cenv digest =
let env_of_context hyps =
reset_with_named_context hyps (env())
-open Libnames
+open Globnames
let type_of_reference env = function
| VarRef id -> Environ.named_type id env