load thy_info.ML after outer_syntax.ML -- avoids backpatching of load_thy;
authorwenzelm
Thu, 10 Apr 2008 14:53:25 +0200
changeset 26609 53754d9ee31f
parent 26608 ff838a61dad6
child 26610 df8c1ffdb8cc
load thy_info.ML after outer_syntax.ML -- avoids backpatching of load_thy;
src/Pure/Isar/ROOT.ML
--- a/src/Pure/Isar/ROOT.ML	Thu Apr 10 14:53:24 2008 +0200
+++ b/src/Pure/Isar/ROOT.ML	Thu Apr 10 14:53:25 2008 +0200
@@ -27,8 +27,6 @@
 use "../Thy/html.ML";
 use "../Thy/latex.ML";
 use "../Thy/present.ML";
-use "../Thy/thy_info.ML";
-use "../Thy/thm_deps.ML";
 
 (*basic proof engine*)
 use "proof_display.ML";
@@ -62,24 +60,24 @@
 use "instance.ML";
 use "constdefs.ML";
 
-(*toplevel environment*)
+(*toplevel transactions*)
 use "proof_history.ML";
 use "toplevel.ML";
 
-(*theory presentation*)
+(*theory syntax*)
 use "../Thy/term_style.ML";
 use "../Thy/thy_output.ML";
-
-(*theory syntax*)
-use "session.ML";
 use "../old_goals.ML";
 use "outer_syntax.ML";
+use "../Thy/thy_info.ML";
+use "session.ML";
 use "isar.ML";
 use "../Thy/thy_edit.ML";
 
 (*theory and proof operations*)
 use "rule_insts.ML";
 use "../simplifier.ML";
+use "../Thy/thm_deps.ML";
 use "find_theorems.ML";
 use "isar_cmd.ML";
 use "isar_syn.ML";