X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fsoftware%2Fmatita%2Fcore_notation.moo;h=9970c9cfb6d6d331dd4847490f399e6e197ca9fb;hb=680b7493de237259ddb589a92be4b8bbc8de3cbf;hp=c6f66918d0ba74cc8fb2d384b70ae90fd503c825;hpb=9be608d0e7ae483754f9922ab521802288d6abf3;p=helm.git diff --git a/helm/software/matita/core_notation.moo b/helm/software/matita/core_notation.moo index c6f66918d..9970c9cfb 100644 --- a/helm/software/matita/core_notation.moo +++ b/helm/software/matita/core_notation.moo @@ -201,11 +201,20 @@ 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 < "↓ \ensp a" with precedence 55 for @{ 'downarrow $a }. +notation > "↓ a" with precedence 55 for @{ 'downarrow $a }. -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}. +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 term 89 b" with precedence 90 for @{ 'exp $a $b}. +notation > "a ^ term 89 b" with precedence 90 for @{ 'exp $a $b}. +notation "s \sup (-1)" with precedence 90 for @{ 'invert $s }. +notation > "s ^ (-1)" with precedence 90 for @{ 'invert $s }. +notation < "s \sup (-1) x" with precedence 90 for @{ 'invert_appl $s $x}. notation "hvbox(|term 90 C|)" with precedence 69 for @{ 'card $C }.