fix usage of inverts lemma, which has fewer premises now
authorhuffman
Wed, 08 Jun 2005 02:28:28 +0200
changeset 16322 7cd7d21975ad
parent 16321 ef32a42f4079
child 16323 7115adb43f3f
fix usage of inverts lemma, which has fewer premises now
src/HOLCF/ex/Dnat.thy
--- a/src/HOLCF/ex/Dnat.thy	Wed Jun 08 02:27:19 2005 +0200
+++ b/src/HOLCF/ex/Dnat.thy	Wed Jun 08 02:28:28 2005 +0200
@@ -69,7 +69,7 @@
    apply (erule disjE)
     apply (tactic "contr_tac 1")
    apply simp
-  apply (erule (2) dnat.inverts)
+  apply (erule (1) dnat.inverts)
   done
 
 end