X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Flib%2Flambda%2Flambda_notation.ma;h=0ad437ab04ba21c70ae70fa78314c80e3acf5dd2;hb=bb397726bff29389cdcb649a8c37484395b3b85e;hp=f7f8d9d8fbe26f114abd76b0da08a61fa10b3e06;hpb=adc2a5bba9b4b907fdc1eb8ad443c97e3fdc7bd0;p=helm.git diff --git a/matita/matita/lib/lambda/lambda_notation.ma b/matita/matita/lib/lambda/lambda_notation.ma index f7f8d9d8f..0ad437ab0 100644 --- a/matita/matita/lib/lambda/lambda_notation.ma +++ b/matita/matita/lib/lambda/lambda_notation.ma @@ -30,16 +30,28 @@ notation "hvbox(M break [ l ])" non associative with precedence 90 for @{'Subst1 $M $l}. -(* evaluation, interpretation *) +(* interpretation *) notation "hvbox(〚term 90 T〛)" non associative with precedence 50 - for @{'Eval $T}. + for @{'IInt $T}. notation "hvbox(〚term 90 T〛 break _ [term 90 E])" non associative with precedence 50 - for @{'Eval1 $T $E}. + for @{'IInt1 $T $E}. notation "hvbox(〚term 90 T〛 break _ [term 90 E1 break , term 90 E2])" non associative with precedence 50 - for @{'Eval2 $T $E1 $E2}. + for @{'IInt2 $T $E1 $E2}. + +notation "hvbox(《term 90 T》)" + non associative with precedence 50 + for @{'EInt $T}. + +notation "hvbox(《term 90 T》 break _ [term 90 E])" + non associative with precedence 50 + for @{'EInt1 $T $E}. + +notation "hvbox(《term 90 T》 break _ [term 90 E1 break , term 90 E2])" + non associative with precedence 50 + for @{'EInt2 $T $E1 $E2}.