]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/core_notation.moo
Dandling ")" removed from notation for 'exists.
[helm.git] / matita / core_notation.moo
index 8ce02776502647fddc514f84a6a4d6e90ad70eed..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)"