]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/core_notation.moo
New modules stack:
[helm.git] / helm / software / matita / core_notation.moo
index 025a9899df5ec6058f6af934231d6c6da772d390..1c1e59cb3aca43ed25f139b90b63df337f5c34d0 100644 (file)
@@ -205,6 +205,10 @@ notation "↓a" with precedence 55 for @{ 'downarrow $a }.
 
 notation "hvbox(U break ↓ V)" non associative with precedence 55 for @{ 'fintersects $U $V }.
 
+notation "↑a" with precedence 55 for @{ 'uparrow $a }.
+
+notation "hvbox(a break ↑ b)" with precedence 55 for @{ 'funion $a $b }.
+
 notation "(a \sup b)" left associative with precedence 60 for @{ 'exp $a $b}.
 notation "s \sup (-1)" with precedence 60 for @{ 'invert $s }.
 notation < "s \sup (-1) x" with precedence 60 for @{ 'invert_appl $s $x}.