]> 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 b0ac4ff329ecd9b11519e5ce62c693fb4a8ea002..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 }.
@@ -100,6 +108,20 @@ notation "hvbox( L โŠข break term 90 T1 break [ d , break e ] โ‰ซ* break T2 )"
    non associative with precedence 45
    for @{ 'PSubstStar $L $T1 $d $e $T2 }.
 
+notation "hvbox( T1 break [ d , break e ] โ‰ก break T2 )"
+   non associative with precedence 45
+   for @{ 'TSubst $T1 $d $e $T2 }.
+
+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 ] )"
@@ -126,6 +148,30 @@ notation "hvbox( L โŠข โ„• [ T ] )"
    non associative with precedence 45
    for @{ 'Normal $L $T }.
 
+notation "hvbox( ๐•Žโ„โ„ [ T ] )"
+   non associative with precedence 45
+   for @{ 'WHdReducible $T }.
+
+notation "hvbox( L โŠข ๐•Žโ„โ„ [ T ] )"
+   non associative with precedence 45
+   for @{ 'WHdReducible $L $T }.
+
+notation "hvbox( ๐•Žโ„๐•€ [ T ] )"
+   non associative with precedence 45
+   for @{ 'NotWHdReducible $T }.
+
+notation "hvbox( L โŠข ๐•Žโ„๐•€ [ T ] )"
+   non associative with precedence 45
+   for @{ 'NotWHdReducible $L $T }.
+
+notation "hvbox( ๐•Žโ„โ„• [ T ] )"
+   non associative with precedence 45
+   for @{ 'WHdNormal $T }.
+
+notation "hvbox( L โŠข ๐•Žโ„โ„• [ T ] )"
+   non associative with precedence 45
+   for @{ 'WHdNormal $L $T }.
+
 notation "hvbox( T1 โ‡’ break T2 )"
    non associative with precedence 45
    for @{ 'PRed $T1 $T2 }.
@@ -159,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 }.