]> matita.cs.unibo.it Git - helm.git/commitdiff
...
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Wed, 1 Apr 2009 20:58:50 +0000 (20:58 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Wed, 1 Apr 2009 20:58:50 +0000 (20:58 +0000)
helm/software/matita/tests/a.ma

index 1061544d0b5891ab04689722b1a3057c69673b1e..8ca9e669aa06681de53c3cfb98a4d3ce1883317b 100644 (file)
@@ -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