1 (**************************************************************************)
4 (* ||A|| A project by Andrea Asperti *)
6 (* ||I|| Developers: *)
7 (* ||T|| The HELM team. *)
8 (* ||A|| http://helm.cs.unibo.it *)
10 (* \ / This file is distributed under the terms of the *)
11 (* v GNU General Public License Version 2 *)
13 (**************************************************************************)
15 (* NOTATION FOR THE FORMAL SYSTEM λδ ****************************************)
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 }.
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 }.
25 notation "hvbox( h ⊢ break term 46 L1 ÷ ⫃ break term 46 L2 )"
26 non associative with precedence 45
27 for @{ 'LRSubEqB $h $L1 $L2 }.
29 notation "hvbox( L1 ⊢ ⬌ break term 46 L2 )"
30 non associative with precedence 45
31 for @{ 'PConvSn $L1 $L2 }.
33 notation "hvbox( L1 ⊢ ⬌* break term 46 L2 )"
34 non associative with precedence 45
35 for @{ 'PConvSnStar $L1 $L2 }.
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 }.
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 }.
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 }.