X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=matita%2Fmatita%2Fcontribs%2Flambda-delta%2FBasic-2%2Fnotation.ma;h=287ce05640df4a9f9515e822acd00eeb4a1c51af;hb=cd0870e2572a77bd69bda4b8c403c30b569c58b9;hp=8f068effd4167c54b3eb844af106b465835431f4;hpb=37d40349c3c82a62a8cbced18545bfd526ebe7ff;p=helm.git diff --git a/matita/matita/contribs/lambda-delta/Basic-2/notation.ma b/matita/matita/contribs/lambda-delta/Basic-2/notation.ma index 8f068effd..287ce0564 100644 --- a/matita/matita/contribs/lambda-delta/Basic-2/notation.ma +++ b/matita/matita/contribs/lambda-delta/Basic-2/notation.ma @@ -78,6 +78,10 @@ notation "hvbox( ↓ [ d , break e ] break L1 ≡ break L2 )" non associative with precedence 45 for @{ 'RDrop $L1 $d $e $L2 }. +notation "hvbox( T1 break [ d , break e ] ≫ break T2 )" + non associative with precedence 45 + for @{ 'PSubst $T1 $d $e $T2 }. + notation "hvbox( L ⊢ break term 90 T1 break [ d , break e ] ≫ break T2 )" non associative with precedence 45 for @{ 'PSubst $L $T1 $d $e $T2 }.