From ad4d70f2606d0b16d6bed92cc6b321bb6fe2f5b8 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. --- matita/core_notation.moo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)" -- 2.39.2