fixed a failing proof
authorpaulson
Thu, 13 Jul 2000 13:02:20 +0200
changeset 9303 f1ad1ed0d110
parent 9302 8adf653d40a1
child 9304 342cbcb9c0d8
fixed a failing proof
src/ZF/equalities.ML
--- a/src/ZF/equalities.ML	Thu Jul 13 13:00:22 2000 +0200
+++ b/src/ZF/equalities.ML	Thu Jul 13 13:02:20 2000 +0200
@@ -601,8 +601,7 @@
 (** RepFun **)
 
 Goal "{f(x).x:A}=0 <-> A=0";
-	(*blast_tac takes too long to find a good depth*)
-by (Blast.depth_tac (claset() addSEs [equalityE]) 10 1);
+by (Blast_tac 1);
 qed "RepFun_eq_0_iff";
 
 (** Collect **)