]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/core_notation.moo
fixed parsing of --x=x ("'uminus" is now right associative)
[helm.git] / helm / matita / core_notation.moo
index 5b3759cb0eca2c79d2b8117e488fa5989e77f558..38c1a4efa4c46cd65aa88b0345f905b1ab338b65 100644 (file)
@@ -55,7 +55,7 @@ notation "a \over b"
 for @{ 'divide $a $b }.
 
 notation "- a" 
-  non associative with precedence 60
+  right associative with precedence 60
 for @{ 'uminus $a }.
 
 notation "\sqrt a"