changeset 5337 | 2f7d09a927c4 |
parent 5330 | 8c9fadda81f4 |
child 5452 | b38332431a8c |
--- a/src/HOL/WF.ML Wed Aug 19 10:27:25 1998 +0200 +++ b/src/HOL/WF.ML Wed Aug 19 10:27:49 1998 +0200 @@ -176,11 +176,7 @@ by (Blast_tac 1); by (blast_tac (claset() addEs [equalityE]) 1); by (Asm_full_simp_tac 1); -by (case_tac "? i. i:I" 1); - by (Clarify_tac 1); - by (EVERY1[dtac bspec, atac, eres_inst_tac[("x","A")]allE]); - by (Blast_tac 1); -by (Blast_tac 1); +by (Fast_tac 1); (*faster than Blast_tac*) qed "wf_UN"; Goalw [Union_def]