]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambda_delta/Basic_2/notation.ma
- support for atomic arities and candidates of reducibility started
[helm.git] / matita / matita / contribs / lambda_delta / Basic_2 / notation.ma
index dcbbbffed309ec7ffc8ffa53fa94af025651045f..0ec1b1466a44e4b16b9f95094d20211773a73650 100644 (file)
@@ -32,10 +32,18 @@ notation "hvbox( ยง term 90 p )"
  non associative with precedence 90
  for @{ 'GRef $p }.
 
+notation "hvbox( ๐•’ )"
+ non associative with precedence 90
+ for @{ 'SItem }.
+
 notation "hvbox( ๐•’ { I } )"
  non associative with precedence 90
  for @{ 'SItem $I }.
 
+notation "hvbox( ๐•” term 90 T1 . break term 90 T )"
+ non associative with precedence 90
+ for @{ 'SItem $T1 $T }.
+
 notation "hvbox( ๐•” { I } break term 90 T1 . break term 90 T )"
  non associative with precedence 90
  for @{ 'SItem $I $T1 $T }.
@@ -108,6 +116,12 @@ notation "hvbox( L โŠข break term 90 T1 break [ d , break e ] โ‰ก break T2 )"
    non associative with precedence 45
    for @{ 'TSubst $L $T1 $d $e $T2 }.
 
+(* Static Typing ************************************************************)
+
+notation "hvbox( L โŠข break term 90 T รท break A )"
+   non associative with precedence 45
+   for @{ 'AtomicArity $L $T $A }.
+
 (* Reducibility *************************************************************)
 
 notation "hvbox( โ„ [ T ] )"
@@ -191,3 +205,19 @@ notation "hvbox( โ‡“ T  )"
 notation "hvbox( L โŠข โ‡“ T )"
    non associative with precedence 45
    for @{ 'SN $L $T }.
+
+notation "hvbox( { L, break T } ฯต break ใ€š A ใ€› )"
+   non associative with precedence 45
+   for @{ 'InEInt $L $T $A }.
+
+notation "hvbox( R โŠข break { L, break T } ฯต break ใ€š A ใ€› )"
+   non associative with precedence 45
+   for @{ 'InEInt $R $L $T $A }.
+
+notation "hvbox( T1 โŠ‘ break T2 )"
+   non associative with precedence 45
+   for @{ 'CrSubEq $T1 $T2 }.
+
+notation "hvbox( T1 break [ R ] โŠ‘ break T2 )"
+   non associative with precedence 45
+   for @{ 'CrSubEq $T1 $R $T2 }.