]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/core_notation.moo
Precedence level of \downarrow changed to match that of the binary one.
[helm.git] / helm / software / matita / core_notation.moo
index c6f66918d0ba74cc8fb2d384b70ae90fd503c825..025a9899df5ec6058f6af934231d6c6da772d390 100644 (file)
@@ -201,7 +201,9 @@ notation "hvbox(a break \circ b)"
   left associative with precedence 55
 for @{ 'compose $a $b }.
 
-notation "hvbox(U break ↓ V)" non associative with precedence 80 for @{ 'fintersects $U $V }.
+notation "↓a" with precedence 55 for @{ 'downarrow $a }.
+
+notation "hvbox(U break ↓ V)" non associative with precedence 55 for @{ 'fintersects $U $V }.
 
 notation "(a \sup b)" left associative with precedence 60 for @{ 'exp $a $b}.
 notation "s \sup (-1)" with precedence 60 for @{ 'invert $s }.