aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/univ.ml
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/univ.ml')
-rw-r--r--kernel/univ.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/univ.ml b/kernel/univ.ml
index a74ea74fb..b55b3ca6f 100644
--- a/kernel/univ.ml
+++ b/kernel/univ.ml
@@ -67,7 +67,7 @@ let implicit_univ =
{ u_mod = Names.make_dirpath [Names.id_of_string "implicit_univ"];
u_num = 0 }
-let current_module = ref Names.default_module
+let current_module = ref (Names.make_dirpath[Names.id_of_string"Top"])
let set_module m = current_module := m