Now faster without calling Blast.depth_tac
authorpaulson
Mon, 21 Apr 1997 10:13:47 +0200
changeset 2996 2a311f90747c
parent 2995 84df3b150b67
child 2997 86aaab39ebb1
Now faster without calling Blast.depth_tac
src/HOL/Lambda/Eta.ML
--- a/src/HOL/Lambda/Eta.ML	Mon Apr 21 10:12:40 1997 +0200
+++ b/src/HOL/Lambda/Eta.ML	Mon Apr 21 10:13:47 1997 +0200
@@ -151,8 +151,8 @@
 by (etac beta.induct 1);
 by (slow_tac (!claset addIs [r_into_rtrancl,rtrancl_eta_subst,eta_subst]
                       addss !simpset) 1);
-by (Blast.depth_tac (!claset addIs [r_into_rtrancl,rtrancl_eta_AppL]) 6 1);
-by (Blast.depth_tac (!claset addIs [r_into_rtrancl,rtrancl_eta_AppR]) 6 1);
+by (blast_tac (!claset addIs [r_into_rtrancl,rtrancl_eta_AppL]) 1);
+by (blast_tac (!claset addIs [r_into_rtrancl,rtrancl_eta_AppR]) 1);
 (*23 seconds?*)
 DelIffs dB.distinct;
 Addsimps dB.distinct;