src/Pure/ROOT.ML
changeset 58928 23d0ffd48006
parent 58903 38c72f5f6c2e
child 59026 30b8a5825a9c
--- a/src/Pure/ROOT.ML	Fri Nov 07 16:22:25 2014 +0100
+++ b/src/Pure/ROOT.ML	Fri Nov 07 16:36:55 2014 +0100
@@ -302,10 +302,11 @@
 (*theory documents*)
 use "System/isabelle_system.ML";
 use "Thy/term_style.ML";
+use "Isar/outer_syntax.ML";
 use "Thy/thy_output.ML";
-use "Isar/outer_syntax.ML";
 use "General/graph_display.ML";
 use "Thy/present.ML";
+use "pure_syn.ML";
 use "PIDE/command.ML";
 use "PIDE/query_operation.ML";
 use "PIDE/resources.ML";
@@ -361,7 +362,7 @@
 
 (* the Pure theory *)
 
-use "pure_syn.ML";
+use "ML/ml_file.ML";
 Runtime.toplevel_program (fn () => Thy_Info.use_thy ("Pure", Position.none));
 Context.set_thread_data NONE;
 structure Pure = struct val thy = Thy_Info.get_theory "Pure" end;