src/HOL/Algebra/ROOT.ML
changeset 8010 69032a618aa9
parent 7998 3d0c34795831
child 9000 c20d58286a51
--- a/src/HOL/Algebra/ROOT.ML	Thu Nov 11 11:43:14 1999 +0100
+++ b/src/HOL/Algebra/ROOT.ML	Thu Nov 11 11:58:51 1999 +0100
@@ -4,8 +4,5 @@
     Author: Clemens Ballarin, started 24 September 1999
 *)
 
-add_path "abstract";
-add_path "poly";
-
-use_thy "Abstract";	(*The ring theory*)
-use_thy "Polynomial";	(*The full theory*)
+with_path "abstract" use_thy "Abstract";        (*The ring theory*)
+with_path "poly"     use_thy "Polynomial";      (*The full theory*)