X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Fcore_notation.moo;h=1c1e59cb3aca43ed25f139b90b63df337f5c34d0;hb=7a3c40d0d56ba3c20126f1d2c9f651adc95eaef7;hp=cceee24124153d236671b761b466f5af791afaa3;hpb=7fad6f9727bb6f054c0198cf10354be4b355baef;p=helm.git diff --git a/helm/software/matita/core_notation.moo b/helm/software/matita/core_notation.moo index cceee2412..1c1e59cb3 100644 --- a/helm/software/matita/core_notation.moo +++ b/helm/software/matita/core_notation.moo @@ -201,6 +201,14 @@ notation "hvbox(a break \circ b)" left associative with precedence 55 for @{ 'compose $a $b }. +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}.