]> matita.cs.unibo.it Git - helm.git/commitdiff
added test for reordering of goals when using the 1,2,3: tinycal
authorStefano Zacchiroli <zack@upsilon.cc>
Wed, 26 Jul 2006 09:17:25 +0000 (09:17 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Wed, 26 Jul 2006 09:17:25 +0000 (09:17 +0000)
matita/tests/tinycals.ma

index 7bc18926126b859973c08f6b76fb1d7868877279..9600516722e89ff1648507d0cf0f9bb41fd33dbd 100644 (file)
 set "baseuri" "cic:/matita/test/tinycals".
 
 theorem prova: 
-  \forall A,B:Prop.
-  \forall H:A \to A \to A \to A \to A \to B.A \to B.
+  \forall A,B,C:Prop.
+  \forall H:A \to A \to C \to A \to A \to B.A \to C \to B.
 intros.
 apply H;
   [assumption 
-  |3,5:assumption;
+  |3,5:
+   [ exact H2;
+   | exact H1 ]
   |4:assumption
   |*:assumption
   ]