deleted obsolete comment
authorpaulson
Thu, 04 Apr 1996 18:18:08 +0200
changeset 1651 ab0da8a9ae3e
parent 1650 a4ed2655b08c
child 1652 9b78ce58d6b1
deleted obsolete comment
src/FOL/ex/cla.ML
--- a/src/FOL/ex/cla.ML	Thu Apr 04 18:01:47 1996 +0200
+++ b/src/FOL/ex/cla.ML	Thu Apr 04 18:18:08 1996 +0200
@@ -313,7 +313,6 @@
 \       ((EX x y. Q(x,y)) --> (ALL x. R(x,x)))  \
 \   --> (ALL x. EX y. R(x,y))";
 by (fast_tac FOL_cs 1);
-(*slow...Poly/ML: 9.7 secs*)
 result();
 
 writeln"Problem 38";