X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambda_delta%2FGround_2%2Fnotation.ma;h=71fbbe0c2c65c0a1965a8e0527f690b89fd0b0c9;hb=3443885ee60fbcb90e2d106e67d3b7f7e3c59bad;hp=5238b0d132525c02155a6d41b7683cd8a6203359;hpb=0aa60d67f17b528b896e05bbd01038cbc195f69d;p=helm.git diff --git a/matita/matita/contribs/lambda_delta/Ground_2/notation.ma b/matita/matita/contribs/lambda_delta/Ground_2/notation.ma index 5238b0d13..71fbbe0c2 100644 --- a/matita/matita/contribs/lambda_delta/Ground_2/notation.ma +++ b/matita/matita/contribs/lambda_delta/Ground_2/notation.ma @@ -20,10 +20,18 @@ notation "hvbox( ◊ )" non associative with precedence 90 for @{'Nil}. -notation "hvbox( hd break :: tl )" +notation "hvbox( hd :: break tl )" right associative with precedence 47 for @{'Cons $hd $tl}. -notation "hvbox( l1 break @ l2 )" +notation "hvbox( l1 @ break l2 )" right associative with precedence 47 for @{'Append $l1 $l2 }. + +notation "hvbox( ⟠ )" + non associative with precedence 90 + for @{'Nil2}. + +notation "hvbox( { hd1 , break hd2 } :: break tl )" + non associative with precedence 47 + for @{'Cons $hd1 $hd2 $tl}.