Now using qed_spec_mp
authorpaulson
Mon, 29 Sep 1997 11:49:33 +0200
changeset 3732 c6abd2c3373f
parent 3731 71366483323b
child 3733 1baedb1d4627
Now using qed_spec_mp
src/ZF/ex/Mutil.ML
--- a/src/ZF/ex/Mutil.ML	Mon Sep 29 11:48:48 1997 +0200
+++ b/src/ZF/ex/Mutil.ML	Mon Sep 29 11:49:33 1997 +0200
@@ -72,7 +72,7 @@
 by (asm_full_simp_tac (!simpset addsimps [Un_assoc,
 					  subset_empty_iff RS iff_sym]) 1);
 by (blast_tac (!claset addIs tiling.intrs) 1);
-bind_thm ("tiling_UnI", result() RS mp RS mp);
+qed_spec_mp "tiling_UnI";
 
 goal thy "!!t. t:tiling(domino) ==> Finite(t)";
 by (eresolve_tac [tiling.induct] 1);