src/FOL/ex/ROOT.ML
changeset 23156 6ec9e29143e9
parent 22822 c1a6a2159e69
child 23914 3e0424305fa4
--- a/src/FOL/ex/ROOT.ML	Thu May 31 14:34:06 2007 +0200
+++ b/src/FOL/ex/ROOT.ML	Thu May 31 14:34:07 2007 +0200
@@ -15,7 +15,7 @@
 
 time_use_thy "Intuitionistic";
 
-val thy = IFOL.thy  and  tac = IntPr.fast_tac 1;
+val thy = theory "IFOL"  and  tac = IntPr.fast_tac 1;
 time_use     "prop.ML";
 time_use     "quant.ML";
 
@@ -24,7 +24,7 @@
 time_use_thy "Classical";
 time_use_thy "If";
 
-val thy = FOL.thy  and  tac = Cla.fast_tac FOL_cs 1;
+val thy = theory "FOL"  and  tac = Cla.fast_tac FOL_cs 1;
 time_use     "prop.ML";
 time_use     "quant.ML";