]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambda_delta/Basic_2/notation.ma
- update in Basic_2
[helm.git] / matita / matita / contribs / lambda_delta / Basic_2 / notation.ma
index 7d05a2f6702028fc976b16b6724c8c4ce9bbc128..a9fca999c050e096e09b2b90f9e619d5dfcc01c0 100644 (file)
@@ -294,16 +294,14 @@ notation "hvbox( T1 break [ R ] ⊑ break T2 )"
    non associative with precedence 45
    for @{ 'CrSubEq $T1 $R $T2 }.
 
-(* Functional ***************************************************************)
+(* Conversion ***************************************************************)
 
-notation "hvbox( ↑ [ d , break e ] break T )"
-   non associative with precedence 55
-   for @{ 'Lift $d $e $T }.
+notation "hvbox( L ⊢ break term 90 T1 ⬌ break T2 )"
+   non associative with precedence 45
+   for @{ 'PConv $L $T1 $T2 }.
 
-notation "hvbox( [ d ← break V ] break T )"
-   non associative with precedence 55
-   for @{ 'Subst $V $d $T }.
+(* Equivalence **************************************************************)
 
-notation "hvbox( T1 ⇨ break T2 )"
+notation "hvbox( L ⊢ break term 90 T1 ⬌* break T2 )"
    non associative with precedence 45
-   for @{ 'SRed $T1 $T2 }.
+   for @{ 'PConvStar $L $T1 $T2 }.