]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambda_delta/Basic_2/notation.ma
Bug fix in inversion:
[helm.git] / matita / matita / contribs / lambda_delta / Basic_2 / notation.ma
index aa5cba8b940a9bbfc5ff878cf34bb3f36d30508c..b0ac4ff329ecd9b11519e5ce62c693fb4a8ea002 100644 (file)
@@ -24,9 +24,13 @@ notation "hvbox( โ‹† term 90 k )"
  non associative with precedence 90
  for @{ 'Star $k }.
 
-notation "hvbox( # term 90 k )"
+notation "hvbox( # term 90 i )"
  non associative with precedence 90
- for @{ 'LRef $k }.
+ for @{ 'LRef $i }.
+
+notation "hvbox( ยง term 90 p )"
+ non associative with precedence 90
+ for @{ 'GRef $p }.
 
 notation "hvbox( ๐•’ { I } )"
  non associative with precedence 90
@@ -96,7 +100,31 @@ 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 }.
 
-(* Reduction ****************************************************************)
+(* Reducibility *************************************************************)
+
+notation "hvbox( โ„ [ T ] )"
+   non associative with precedence 45
+   for @{ 'Reducible $T }.
+
+notation "hvbox( L โŠข โ„ [ T ] )"
+   non associative with precedence 45
+   for @{ 'Reducible $L $T }.
+
+notation "hvbox( ๐•€ [ T ] )"
+   non associative with precedence 45
+   for @{ 'NotReducible $T }.
+
+notation "hvbox( L โŠข ๐•€ [ T ] )"
+   non associative with precedence 45
+   for @{ 'NotReducible $L $T }.
+
+notation "hvbox( โ„• [ T ] )"
+   non associative with precedence 45
+   for @{ 'Normal $T }.
+
+notation "hvbox( L โŠข โ„• [ T ] )"
+   non associative with precedence 45
+   for @{ 'Normal $L $T }.
 
 notation "hvbox( T1 โ‡’ break T2 )"
    non associative with precedence 45
@@ -123,3 +151,11 @@ notation "hvbox( L โŠข break term 90 T1 โ‡’* break T2 )"
 notation "hvbox( L1 โŠข โ‡’* break L2 )"
    non associative with precedence 45
    for @{ 'CPRedStar $L1 $L2 }.
+
+notation "hvbox( โ‡“ T  )"
+   non associative with precedence 45
+   for @{ 'SN $T }.
+
+notation "hvbox( L โŠข โ‡“ T )"
+   non associative with precedence 45
+   for @{ 'SN $L $T }.