X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambda%2Fterm.ma;h=2e6a6e0ec16eaf566cf0a5ef3012837560a8d58d;hb=72ced8ef1347b660fa45437443553ceeea8af57a;hp=a38508ada1ad1b2ba469ab16057417eb98ee1d90;hpb=f8bc120b39bd74ade4e11d4d3ef4355f66c42495;p=helm.git diff --git a/matita/matita/contribs/lambda/term.ma b/matita/matita/contribs/lambda/term.ma index a38508ada..2e6a6e0ec 100644 --- a/matita/matita/contribs/lambda/term.ma +++ b/matita/matita/contribs/lambda/term.ma @@ -37,17 +37,17 @@ interpretation "term construction (application)" 'Application C A = (Appl C A). notation "hvbox( # term 90 i )" - non associative with precedence 55 + non associative with precedence 90 for @{ 'VariableReferenceByIndex $i }. -notation "hvbox( 𝛌 . term 55 A )" - non associative with precedence 55 +notation "hvbox( 𝛌 . term 46 A )" + non associative with precedence 46 for @{ 'Abstraction $A }. -notation > "hvbox( 𝛌 term 55 A )" - non associative with precedence 55 +notation > "hvbox( 𝛌 term 46 A )" + non associative with precedence 46 for @{ 'Abstraction $A }. -notation "hvbox( @ term 55 C . break term 55 A )" - non associative with precedence 55 +notation "hvbox( @ term 46 C . break term 46 A )" + non associative with precedence 46 for @{ 'Application $C $A }.