src/Provers/blast.ML
changeset 6391 0da748358eff
parent 5961 6cf4e46ce95a
child 6955 9e2d97ef55d2
--- a/src/Provers/blast.ML	Wed Mar 17 16:33:00 1999 +0100
+++ b/src/Provers/blast.ML	Wed Mar 17 16:33:47 1999 +0100
@@ -1319,10 +1319,10 @@
 
 fun tryInThy thy lim s = 
     (initialize();
-     timeap prove (sign_of thy, 
+     timeap prove (Theory.sign_of thy, 
 		   startTiming(), 
 		   Data.claset(), 
-		   [initBranch ([readGoal (sign_of thy) s], lim)], 
+		   [initBranch ([readGoal (Theory.sign_of thy) s], lim)], 
 		   I));