src/Pure/pure_setup.ML
changeset 36953 2af1ad9aa1a3
parent 33917 186262d7cabf
child 37216 3165bc303f66
--- a/src/Pure/pure_setup.ML	Sat May 15 23:32:15 2010 +0200
+++ b/src/Pure/pure_setup.ML	Sat May 15 23:40:00 2010 +0200
@@ -9,7 +9,7 @@
 val theory = ThyInfo.get_theory;
 
 Context.>> (Context.map_theory
- (OuterSyntax.process_file (Path.explode "Pure.thy") #>
+ (Outer_Syntax.process_file (Path.explode "Pure.thy") #>
   Theory.end_theory));
 structure Pure = struct val thy = ML_Context.the_global_context () end;
 Context.set_thread_data NONE;