]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/core_notation.moo
tagging rc-1
[helm.git] / matita / core_notation.moo
index 3b157ec5877d3933805a51b9344da2162db2c2d6..17d5993b10a2a2d7ab0f14b88fa768a18da537d7 100644 (file)
@@ -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 }.