X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcore_notation.moo;h=17d5993b10a2a2d7ab0f14b88fa768a18da537d7;hb=dd64c9ca57beaa3c117fe50f396b982d7ff26dae;hp=3b157ec5877d3933805a51b9344da2162db2c2d6;hpb=4c64aae84bbfd12abb64e7af5a640192b5051dc3;p=helm.git diff --git a/matita/core_notation.moo b/matita/core_notation.moo index 3b157ec58..17d5993b1 100644 --- a/matita/core_notation.moo +++ b/matita/core_notation.moo @@ -1,7 +1,7 @@ notation < "hvbox(\exists ident i opt (: ty) break . p)" right associative with precedence 20 for @{ 'exists ${default - @{\lambda ${ident i} : $ty. $p)} + @{\lambda ${ident i} : $ty. $p} @{\lambda ${ident i} . $p}}}. notation "hvbox(a break \to b)" @@ -117,5 +117,5 @@ notation "hvbox(a break \land b)" for @{ 'and $a $b }. notation "hvbox(\lnot a)" - left associative with precedence 40 + non associative with precedence 40 for @{ 'not $a }.