]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambda_delta/apps_2/functional/notation.ma
- we introduced the pointer_step rc in the perspective of proving
[helm.git] / matita / matita / contribs / lambda_delta / apps_2 / functional / notation.ma
index 031b745e4913b5001ab447fdd60ae31971a0ff10..1c60d6c18e4802730297b69182a67c8d6da9f752 100644 (file)
 
 (* NOTATION FOR THE "functional" COMPONENT ********************************)
 
-notation "hvbox( ↑ [ d , break e ] break T )"
-   non associative with precedence 60
+notation "hvbox( ↑ [ term 46 d , break term 46 e ] break term 46 T )"
+   non associative with precedence 46
    for @{ 'Lift $d $e $T }.
 
-notation "hvbox( [ d ← break V ] break T )"
-   non associative with precedence 60
-   for @{ 'Subst $V $d $T }.
+notation "hvbox( [ term 46 d ⬐ break term 46 V ] break term 46 T )"
+   non associative with precedence 46
+   for @{ 'DSubst $V $d $T }.
 
-notation "hvbox( T1 ⇨ break T2 )"
+notation "hvbox( T1 ⇨ break term 46 T2 )"
    non associative with precedence 45
    for @{ 'SRed $T1 $T2 }.