From: Claudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Date: Wed, 1 Apr 2009 20:58:50 +0000 (+0000)
Subject: ...
X-Git-Tag: make_still_working~4126
X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=dee331ab42d5d625f32fecc3e70df013c2dd093d;p=helm.git

...
---

diff --git a/helm/software/matita/tests/a.ma b/helm/software/matita/tests/a.ma
index 1061544d0..8ca9e669a 100644
--- a/helm/software/matita/tests/a.ma
+++ b/helm/software/matita/tests/a.ma
@@ -23,8 +23,8 @@ notation "#" non associative with precedence 90 for @{ 'sharp }.
 interpretation "a" 'sharp = a.
 interpretation "b" 'sharp = b. 
 
-ntheorem prova : (A → B → C) → C.
-napply (λH.?);
-napply (H ? ?);
+ntheorem prova : ((A → A → B) → (A → B) → C) → C.
+# H;
+napply (H ? ?) [#L | #K1; #K2]
 napply #.
 nqed. 
\ No newline at end of file