From 187b433512cba119f84a476395e9df98136b1a56 Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Tue, 26 Aug 2008 17:03:41 +0000 Subject: [PATCH] Notation |.| moved to core_notation. --- helm/software/matita/core_notation.moo | 1 + helm/software/matita/library/algebra/finite_groups.ma | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/helm/software/matita/core_notation.moo b/helm/software/matita/core_notation.moo index 99366ac6a..f8bacd108 100644 --- a/helm/software/matita/core_notation.moo +++ b/helm/software/matita/core_notation.moo @@ -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}. diff --git a/helm/software/matita/library/algebra/finite_groups.ma b/helm/software/matita/library/algebra/finite_groups.ma index d3f5cf272..8dfa31342 100644 --- a/helm/software/matita/library/algebra/finite_groups.ma +++ b/helm/software/matita/library/algebra/finite_groups.ma @@ -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 _). -- 2.39.2