src/HOL/WF.ML
changeset 4153 e534c4c32d54
parent 4089 96fba19bcbe2
child 4350 1983e4054fd8
--- a/src/HOL/WF.ML	Wed Nov 05 13:14:15 1997 +0100
+++ b/src/HOL/WF.ML	Wed Nov 05 13:23:46 1997 +0100
@@ -111,7 +111,7 @@
  by (blast_tac (claset() addEs [wf_trancl RS wf_irrefl] addIs
       [rtrancl_into_trancl1,wf_subset,impOfSubs rtrancl_mono]) 1);
 by (asm_full_simp_tac (simpset() addsimps [wf_eq_minimal]) 1);
-by (safe_tac (claset()));
+by Safe_tac;
 by (EVERY1[rtac allE, atac, etac impE, Blast_tac]);
 by (etac bexE 1);
 by (rename_tac "a" 1);
@@ -327,5 +327,5 @@
 
 goal WF.thy "!M R f. (f=wfrec R M) --> wf R --> (!x. f x = M (cut f R x) x)";
 by (Clarify_tac 1);
-be wfrec 1;
+by (etac wfrec 1);
 qed "tfl_wfrec";