]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/core_notation.moo
Setoid-Rewriting under Ex works for an arbitrary depth of Ex. Patches needed:
[helm.git] / helm / software / matita / core_notation.moo
index b6e4ae476ef7c48fc6fecbf0fa77b65763a97bd6..1dcb15d811ba7994a16de316fdbeefcce8eafb2b 100644 (file)
@@ -207,9 +207,9 @@ notation "hvbox(a break \leftrightarrow b)"
 for @{ 'iff $a $b }.
 
 
-notation "hvbox(\Omega \sup term 90 A)" non associative with precedence 70
+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 70
+notation > "hvbox(\Omega ^ term 90 A)" non associative with precedence 90
 for @{ 'powerset $A }.
 
 notation < "hvbox({ ident i | term 19 p })" with precedence 90
@@ -267,7 +267,7 @@ notation "s \sup (-1)" non associative with precedence 75 for @{ 'invert $s }.
 notation > "s ^ (-1)" non associative with precedence 75 for @{ 'invert $s }.
 notation < "s \sup (-1) x" non associative with precedence 90 for @{ 'invert_appl $s $x}. 
 
-notation "hvbox(|term 90 C|)" with precedence 69 for @{ 'card $C }.
+notation "| term 19 C |" with precedence 70 for @{ 'card $C }.
 
 notation "\naturals" non associative with precedence 90 for @{'N}.
 notation "\rationals" non associative with precedence 90 for @{'Q}.