]> matita.cs.unibo.it Git - helm.git/blob - matita/matita/contribs/lambdadelta/basic_2A/notation/notation.ma
update in lambdadelta
[helm.git] / matita / matita / contribs / lambdadelta / basic_2A / notation / notation.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 (* NOTATION FOR THE FORMAL SYSTEM λδ ****************************************)
16
17 notation "hvbox( ⦃G, L⦄ ⊢ break ⌘ ⦃ term 46 T ⦄ ≡ break term 46 k )"
18    non associative with precedence 45
19    for @{ 'ICM $L $T $k }.
20
21 notation "hvbox( ⦃ term 46 h , break term 46 L ⦄ ⊢ break term 46 T ÷ break term 46 A )"
22    non associative with precedence 45
23    for @{ 'BinaryArity $h $L $T $A }.
24
25 notation "hvbox( h ⊢ break term 46 L1 ÷ ⫃ break term 46 L2 )"
26    non associative with precedence 45
27    for @{ 'LRSubEqB $h $L1 $L2 }.
28
29 notation "hvbox( L1 ⊢ ⬌ break term 46 L2 )"
30    non associative with precedence 45
31    for @{ 'PConvSn $L1 $L2 }.
32
33 notation "hvbox( L1 ⊢ ⬌* break term 46 L2 )"
34    non associative with precedence 45
35    for @{ 'PConvSnStar $L1 $L2 }.
36
37 notation "hvbox( ⦃ term 46 h , break term 46 L ⦄ ⊢ break term 46 T1 : break term 46 T2 )"
38    non associative with precedence 45
39    for @{ 'NativeType $h $L $T1 $T2 }.
40
41 notation "hvbox( ⦃ term 46 h , break term 46 L ⦄ ⊢ break term 46 T1 : : break term 46 T2 )"
42    non associative with precedence 45
43    for @{ 'NativeTypeAlt $h $L $T1 $T2 }.
44
45 notation "hvbox( ⦃ term 46 h , break term 46 L ⦄ ⊢ break term 46 T1 : * break term 46 T2 )"
46    non associative with precedence 45
47    for @{ 'NativeTypeStar $h $L $T1 $T2 }.