src/Pure/pure_syn.ML
changeset 62876 507c90523113
parent 62453 b93cc7d73431
child 62912 745d31e63c21
--- a/src/Pure/pure_syn.ML	Tue Apr 05 19:41:58 2016 +0200
+++ b/src/Pure/pure_syn.ML	Tue Apr 05 20:03:24 2016 +0200
@@ -55,7 +55,7 @@
       (fn _ => Toplevel.init_theory (fn () => error "Missing theory initialization")));
 
 
-val bootstrap_thy = ML_Context.the_global_context ();
+val bootstrap_thy = Context.the_global_context ();
 
 val _ = Theory.setup (Config.put_global Outer_Syntax.bootstrap false);