]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambda_delta/apps_2/functional/notation.ma
- we polarized binders to control zeta reduction
[helm.git] / matita / matita / contribs / lambda_delta / apps_2 / functional / notation.ma
index 031b745e4913b5001ab447fdd60ae31971a0ff10..8a72746511c40700f7cf826e81d9701fb4082d46 100644 (file)
 
 (* NOTATION FOR THE "functional" COMPONENT ********************************)
 
-notation "hvbox( ↑ [ d , break e ] break T )"
+notation "hvbox( ↑ [ d , break e ] break term 60 T )"
    non associative with precedence 60
    for @{ 'Lift $d $e $T }.
 
-notation "hvbox( [ d ← break V ] break T )"
+notation "hvbox( [ d ← break V ] break term 60 T )"
    non associative with precedence 60
    for @{ 'Subst $V $d $T }.
 
-notation "hvbox( T1 ⇨ break T2 )"
+notation "hvbox( T1 ⇨ break term 46 T2 )"
    non associative with precedence 45
    for @{ 'SRed $T1 $T2 }.