src/HOLCF/Lift3.ML
changeset 1675 36ba4da350c3
parent 1461 6bcb44e4d6e5
child 2033 639de962ded4
--- a/src/HOLCF/Lift3.ML	Tue Apr 23 17:01:51 1996 +0200
+++ b/src/HOLCF/Lift3.ML	Tue Apr 23 17:04:23 1996 +0200
@@ -306,13 +306,10 @@
         [
         (cut_facts_tac prems 1),
         (rtac allI 1),
-        (rtac (notex2all RS iffD1) 1),
+        (rtac (not_ex RS iffD1) 1),
         (rtac contrapos 1),
         (etac (lift_lemma2 RS iffD1) 2),
-        (rtac notnotI 1),
-        (rtac (chain_UU_I RS spec) 1),
-        (atac 1),
-        (atac 1)
+        (fast_tac (HOL_cs addSDs [chain_UU_I RS spec]) 1)
         ]);