doc-src/IsarImplementation/Thy/ROOT.ML
changeset 30124 b956bf0dc87c
parent 29755 d66b34e46bdf
child 30242 aea5d7fa7ef5
--- a/doc-src/IsarImplementation/Thy/ROOT.ML	Thu Feb 26 20:57:59 2009 +0100
+++ b/doc-src/IsarImplementation/Thy/ROOT.ML	Thu Feb 26 21:16:53 2009 +0100
@@ -1,8 +1,11 @@
-use_thy "Prelim";
-use_thy "Logic";
-use_thy "Tactic";
-use_thy "Proof";
-use_thy "Isar";
-use_thy "Local_Theory";
-use_thy "Integration";
-use_thy "ML";
+use_thys [
+  "Integration",
+  "Isar",
+  "Local_Theory",
+  "Logic",
+  "ML",
+  "Prelim",
+  "Proof",
+  "Syntax",
+  "Tactic"
+];