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: make_still_working~7008 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=2dd8be781f939739e1410dce3706ccc19a990525;hp=2957d67b2b74224cf3bb768461d60f07062e1b9d;p=helm.git added test for reordering of goals when using the 1,2,3: tinycal --- diff --git a/helm/software/matita/tests/tinycals.ma b/helm/software/matita/tests/tinycals.ma index 7bc189261..960051672 100644 --- a/helm/software/matita/tests/tinycals.ma +++ b/helm/software/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 ]