X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Flib%2Flambda%2Fbackground%2Fnotation.ma;h=fdfffb346a035064fbf9755cc3acb1e475d2b3d5;hb=cdf346ea9e5dd3842c67e0f0595e110a07c0094c;hp=62b8b2dcadd3a974d1b4749e633e03a385bf3236;hpb=08726a4392355fb8340894b1dcabccf95d46b565;p=helm.git diff --git a/matita/matita/lib/lambda/background/notation.ma b/matita/matita/lib/lambda/background/notation.ma index 62b8b2dca..fdfffb346 100644 --- a/matita/matita/lib/lambda/background/notation.ma +++ b/matita/matita/lib/lambda/background/notation.ma @@ -37,14 +37,18 @@ notation "hvbox( { term 46 b } # break term 90 i )" non associative with precedence 46 for @{ 'VariableReferenceByIndex $b $i }. -notation "hvbox( 𝛌 . term 46 A )" +notation "hvbox( 𝛌 . term 46 A )" non associative with precedence 46 for @{ 'Abstraction $A }. -notation "hvbox( { term 46 b } 𝛌 . break term 46 T)" +notation "hvbox( { term 46 b } 𝛌 . break term 46 T)" non associative with precedence 46 for @{ 'Abstraction $b $T }. +notation "hvbox( 𝛌 term 46 d . break term 46 A )" + non associative with precedence 46 + for @{ 'AnnotatedAbstraction $d $A }. + notation "hvbox( @ term 46 C . break term 46 A )" non associative with precedence 46 for @{ 'Application $C $A }.