X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=matita%2Fmatita%2Flib%2Fbasics%2Fcore_notation.ma;fp=matita%2Fmatita%2Flib%2Fbasics%2Fcore_notation.ma;h=cdc535b81de67c9f0233fe588afcc65ddb98f230;hb=b5cb5cc7230870f757aadbe6b43ee146fe485a6d;hp=77e44c201a800dbc3cc26b0a61c26c3b318ad35e;hpb=38b251338be469c7bcd75cb9f243fad9ba8f0907;p=helm.git diff --git a/matita/matita/lib/basics/core_notation.ma b/matita/matita/lib/basics/core_notation.ma index 77e44c201..cdc535b81 100644 --- a/matita/matita/lib/basics/core_notation.ma +++ b/matita/matita/lib/basics/core_notation.ma @@ -229,10 +229,6 @@ for @{ 'divide $a $b }. notation "- term 65 a" with precedence 65 for @{ 'uminus $a }. -notation "a !" - non associative with precedence 80 -for @{ 'fact $a }. - notation "\sqrt a" non associative with precedence 65 for @{ 'sqrt $a }. @@ -263,21 +259,10 @@ for @{ 'iff $a $b }. notation "hvbox(\Omega \sup term 90 A)" non associative with precedence 90 for @{ 'powerset $A }. + notation > "hvbox(\Omega ^ term 90 A)" non associative with precedence 90 for @{ 'powerset $A }. -notation < "hvbox({ ident i | term 19 p })" with precedence 90 -for @{ 'subset (\lambda ${ident i} : $nonexistent . $p)}. - -notation > "hvbox({ ident i | term 19 p })" with precedence 90 -for @{ 'subset (\lambda ${ident i}. $p)}. - -notation < "hvbox({ ident i ∈ term 19 s | term 19 p })" with precedence 90 -for @{ 'comprehension $s (\lambda ${ident i} : $nonexistent . $p)}. - -notation > "hvbox({ ident i ∈ term 19 s | term 19 p })" with precedence 90 -for @{ 'comprehension $s (\lambda ${ident i}. $p)}. - notation "hvbox(a break ∈ b)" non associative with precedence 45 for @{ 'mem $a $b }. @@ -296,8 +281,6 @@ for @{ 'intersects $a $b }. (* \cap *) notation "hvbox(a break ∪ b)" left associative with precedence 55 for @{ 'union $a $b }. (* \cup *) -notation "hvbox({ term 19 a })" with precedence 90 for @{ 'singl $a}. - (* other notations **********************************************************) notation "hvbox(a break \approx b)" non associative with precedence 45 @@ -305,10 +288,6 @@ notation "hvbox(a break \approx b)" non associative with precedence 45 notation "hvbox(a break # b)" non associative with precedence 45 for @{ 'apart $a $b}. - -notation "hvbox(a break \circ b)" - left associative with precedence 60 -for @{ 'compose $a $b }. notation < "↓ \ensp a" with precedence 60 for @{ 'downarrow $a }. notation > "↓ a" with precedence 60 for @{ 'downarrow $a }.