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