X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=inline;f=matita%2Fmatita%2Fcontribs%2Flambda_delta%2Fapps_2%2Ffunctional%2Fnotation.ma;h=8a72746511c40700f7cf826e81d9701fb4082d46;hb=a2144f09d1bd7022c1f2dfd4909a1fb9772c8d56;hp=031b745e4913b5001ab447fdd60ae31971a0ff10;hpb=eaaea3c18083de3e442e939768ff450d3b093911;p=helm.git diff --git a/matita/matita/contribs/lambda_delta/apps_2/functional/notation.ma b/matita/matita/contribs/lambda_delta/apps_2/functional/notation.ma index 031b745e4..8a7274651 100644 --- a/matita/matita/contribs/lambda_delta/apps_2/functional/notation.ma +++ b/matita/matita/contribs/lambda_delta/apps_2/functional/notation.ma @@ -14,14 +14,14 @@ (* 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 }.