]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/core_notation.moo
- system flag now forks for matitadep too
[helm.git] / helm / software / matita / core_notation.moo
index 8ce02776502647fddc514f84a6a4d6e90ad70eed..2ecb35e8be5b738afff7201ccf441199170652e5 100644 (file)
@@ -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)" 
@@ -119,3 +119,7 @@ for @{ 'and $a $b }.
 notation "hvbox(\lnot a)" 
   non associative with precedence 40
 for @{ 'not $a }.
+
+notation "hvbox(a break => b)" 
+  non associative with precedence 45
+for @{ 'parred $a $b }.