projects
/
helm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23afaeb
)
added test for reordering of goals when using the 1,2,3: tinycal
author
Stefano Zacchiroli
<zack@upsilon.cc>
Wed, 26 Jul 2006 09:17:25 +0000
(09:17 +0000)
committer
Stefano Zacchiroli
<zack@upsilon.cc>
Wed, 26 Jul 2006 09:17:25 +0000
(09:17 +0000)
matita/tests/tinycals.ma
patch
|
blob
|
history
diff --git
a/matita/tests/tinycals.ma
b/matita/tests/tinycals.ma
index 7bc18926126b859973c08f6b76fb1d7868877279..9600516722e89ff1648507d0cf0f9bb41fd33dbd 100644
(file)
--- 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
]