src/HOL/Induct/Mutil.ML
changeset 8339 bcadeb9c7095
parent 7499 23e090051cb8
child 8399 86b04d47b853
--- a/src/HOL/Induct/Mutil.ML	Sat Mar 04 11:42:12 2000 +0100
+++ b/src/HOL/Induct/Mutil.ML	Sat Mar 04 11:52:42 2000 +0100
@@ -48,7 +48,6 @@
 by (subgoal_tac    (*seems the easiest way of turning one to the other*)
     "({i} Times {Suc(n+n)}) Un ({i} Times {n+n}) = \
 \    {(i, n+n), (i, Suc(n+n))}" 1);
-by (Blast_tac 2);
 by (asm_simp_tac (simpset() addsimps [domino.horiz]) 1);
 by Auto_tac;
 qed "dominoes_tile_row";