Inserted comment about problem 43
authorpaulson
Mon, 17 Jun 1996 16:51:47 +0200
changeset 1809 8cb50df49570
parent 1808 785a7672962e
child 1810 0eef167ebe1b
Inserted comment about problem 43
src/FOL/ex/cla.ML
--- a/src/FOL/ex/cla.ML	Mon Jun 17 16:51:11 1996 +0200
+++ b/src/FOL/ex/cla.ML	Mon Jun 17 16:51:47 1996 +0200
@@ -354,6 +354,8 @@
 by (deepen_tac FOL_cs 5 1);
 (*Faster alternative proof!
         by (asm_simp_tac FOL_ss 1); by (fast_tac FOL_cs 1);     
+Can use just deepen_tac but it requires 253 secs?!?
+	by (deepen_tac FOL_cs 0 1);     
 *)
 result();