From fb8417d61a7c484df744c3222101cd091fc589c6 Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Tue, 4 Sep 2007 12:21:40 +0000 Subject: [PATCH] Dandling ")" removed from notation for 'exists. --- helm/software/matita/core_notation.moo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)" -- 2.39.2