From dee331ab42d5d625f32fecc3e70df013c2dd093d Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Wed, 1 Apr 2009 20:58:50 +0000 Subject: [PATCH] ... --- helm/software/matita/tests/a.ma | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.2