X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Flib%2Flambda%2Flambda_notation.ma;h=8063634d0a3210410d4c98ed31b1dcfae41bb3dd;hb=331cbed42a29b3b9f5fb11d127534f3c62c86797;hp=e8ca08046d97164ea86bd987624231f01bb1940b;hpb=41c4bfe9415b1b40278878dd767b734c61a47a69;p=helm.git diff --git a/matita/matita/lib/lambda/lambda_notation.ma b/matita/matita/lib/lambda/lambda_notation.ma index e8ca08046..8063634d0 100644 --- a/matita/matita/lib/lambda/lambda_notation.ma +++ b/matita/matita/lib/lambda/lambda_notation.ma @@ -69,6 +69,10 @@ notation "hvbox(║T║ break _ [E1 break , E2])" non associative with precedence 50 for @{'IInt2 $T $E1 $E2}. +notation "hvbox(║T║ * break _ [E])" + non associative with precedence 50 + for @{'IIntS1 $T $E}. + notation "hvbox(〚T〛)" non associative with precedence 50 for @{'EInt $T}. @@ -93,6 +97,10 @@ notation "hvbox(《T》 break _ [E1 break , E2])" non associative with precedence 50 for @{'XInt2 $T $E1 $E2}. -notation "hvbox(𝕂{T} break _ [E])" +notation "hvbox(𝕂{G})" + non associative with precedence 50 + for @{'IK $G}. + +notation "hvbox(𝕂{T} break _ [G])" non associative with precedence 50 - for @{'IK1 $T $E}. + for @{'IK $T $G}.