author | wenzelm |
Fri, 21 Oct 2005 18:17:00 +0200 | |
changeset 17982 | d20a9dd2a68c |
parent 17981 | 2602be0d99ae |
child 17983 | 89103008502f |
--- a/src/HOLCF/IOA/Storage/Correctness.ML Fri Oct 21 18:16:57 2005 +0200 +++ b/src/HOLCF/IOA/Storage/Correctness.ML Fri Oct 21 18:17:00 2005 +0200 @@ -26,7 +26,7 @@ by (REPEAT (rtac allI 1)); by (rtac imp_conj_lemma 1); -ren "k b used c k' b' a" 1; +by (rename_tac "k b used c k' b' a" 1); by (induct_tac "a" 1); by (ALLGOALS (simp_tac (simpset() addsimps [sim_relation_def, thm"Impl.ioa_def",thm "Impl.trans_def",trans_of_def])));