From 16e4668ae7f565104e9db7f1ceca6635a7425796 Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Thu, 19 Jun 2008 17:40:02 +0000 Subject: [PATCH] fixed core notation --- helm/software/matita/core_notation.moo | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/helm/software/matita/core_notation.moo b/helm/software/matita/core_notation.moo index b991adac5..f9346809b 100644 --- a/helm/software/matita/core_notation.moo +++ b/helm/software/matita/core_notation.moo @@ -4,10 +4,14 @@ for @{ 'exists ${default @{\lambda ${ident i} : $ty. $p} @{\lambda ${ident i} . $p}}}. +axiom a : Type. + notation "hvbox(a break \to b)" right associative with precedence 20 for @{ \forall $_:$a.$b }. +axiom b : Type → Type. + notation < "hvbox(a break \to b)" right associative with precedence 20 for @{ \Pi $_:$a.$b }. @@ -88,7 +92,7 @@ notation "hvbox(a break / b)" left associative with precedence 55 for @{ 'divide $a $b }. -notation "- term 59 a" with precedence 60 +notation "- term 60 a" with precedence 60 for @{ 'uminus $a }. notation "a !" -- 2.39.2