From: Stefano Zacchiroli Date: Wed, 26 Jul 2006 09:17:25 +0000 (+0000) Subject: added test for reordering of goals when using the 1,2,3: tinycal X-Git-Tag: 0.4.95@7852~1148 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=b1129a0a78ebf49c029420216fe94e16f8b0b76b;p=helm.git added test for reordering of goals when using the 1,2,3: tinycal --- diff --git a/matita/tests/tinycals.ma b/matita/tests/tinycals.ma index 7bc189261..960051672 100644 --- a/matita/tests/tinycals.ma +++ b/matita/tests/tinycals.ma @@ -15,12 +15,14 @@ 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 ]