]> matita.cs.unibo.it Git - helm.git/blob - helm/software/matita/tests/a.ma
...
[helm.git] / helm / software / matita / tests / a.ma
1 (**************************************************************************)
2 (*       ___                                                              *)
3 (*      ||M||                                                             *)
4 (*      ||A||       A project by Andrea Asperti                           *)
5 (*      ||T||                                                             *)
6 (*      ||I||       Developers:                                           *)
7 (*      ||T||         The HELM team.                                      *)
8 (*      ||A||         http://helm.cs.unibo.it                             *)
9 (*      \   /                                                             *)
10 (*       \ /        This file is distributed under the terms of the       *)
11 (*        v         GNU General Public License Version 2                  *)
12 (*                                                                        *)
13 (**************************************************************************)
14
15 axiom A : Prop.
16 axiom B : Prop.
17 axiom C : Prop.
18 axiom a: A.
19 axiom b: B.
20
21
22 notation "#" non associative with precedence 90 for @{ 'sharp }.
23 interpretation "a" 'sharp = a.
24 interpretation "b" 'sharp = b. 
25
26 ntheorem prova : ((A → A → B) → (A → B) → C) → C.
27 # H;
28 napply (H ? ?) [#L | #K1; #K2]
29 napply #.
30 nqed.