From: Claudio Sacerdoti Coen Date: Tue, 4 Sep 2007 12:21:40 +0000 (+0000) Subject: Dandling ")" removed from notation for 'exists. X-Git-Tag: 0.4.95@7852~227 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=ad4d70f2606d0b16d6bed92cc6b321bb6fe2f5b8;p=helm.git Dandling ")" removed from notation for 'exists. --- diff --git a/matita/core_notation.moo b/matita/core_notation.moo index 8ce027765..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)"