]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/core_notation.moo
new naming
[helm.git] / matita / core_notation.moo
index c30e5142c08d6380890a4d6b6e7b955636238542..3b157ec5877d3933805a51b9344da2162db2c2d6 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 }.