]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/core_notation.moo
tagging rc-1
[helm.git] / matita / core_notation.moo
index c30e5142c08d6380890a4d6b6e7b955636238542..17d5993b10a2a2d7ab0f14b88fa768a18da537d7 100644 (file)
@@ -1,3 +1,9 @@
+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} . $p}}}.
+
 notation "hvbox(a break \to b)" 
   right associative with precedence 20
 for @{ \forall $_:$a.$b }.
@@ -111,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 }.