]> matita.cs.unibo.it Git - helm.git/commitdiff
fixed core notation
authorEnrico Tassi <enrico.tassi@inria.fr>
Thu, 19 Jun 2008 17:40:02 +0000 (17:40 +0000)
committerEnrico Tassi <enrico.tassi@inria.fr>
Thu, 19 Jun 2008 17:40:02 +0000 (17:40 +0000)
helm/software/matita/core_notation.moo

index b991adac5558744c05787f740d64869a41f41c93..f9346809bccc0509da6c995aae79ae422007ab09 100644 (file)
@@ -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 !"