]> matita.cs.unibo.it Git - helm.git/commitdiff
Notation |.| moved to core_notation.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Tue, 26 Aug 2008 17:03:41 +0000 (17:03 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Tue, 26 Aug 2008 17:03:41 +0000 (17:03 +0000)
helm/software/matita/core_notation.moo
helm/software/matita/library/algebra/finite_groups.ma

index 99366ac6a3808b6cbbb88a93f6a6f1e05fe0c647..f8bacd1086f19dd34962353a43bbda8cd43c640a 100644 (file)
@@ -199,6 +199,7 @@ 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(|term 90 C|)" with precedence 69 for @{ 'card $C }.
 
 notation "\naturals" non associative with precedence 90 for @{'N}.
 notation "\rationals" non associative with precedence 90 for @{'Q}.
index d3f5cf27294cba1f71251cf9b9b5f46edffd8277..8dfa31342e468a2a45676217e7cbf93e3b3101c1 100644 (file)
@@ -31,9 +31,6 @@ for @{ 'repr $C $i }.
 interpretation "Finite_enumerable representation" 'repr C i =
  (cic:/matita/algebra/finite_groups/repr.con C _ i).*)
  
-notation < "hvbox(|C|)" with precedence 89
-for @{ 'card $C }.
-
 interpretation "Finite_enumerable order" 'card C =
  (cic:/matita/algebra/finite_groups/order.con C _).