deactivate one more cardinal notation
authorblanchet
Mon, 20 Jan 2014 18:59:53 +0100
changeset 55078 558c9ceabaa1
parent 55077 4cf280104b85
child 55079 ec08a67e993b
deactivate one more cardinal notation
src/HOL/Library/Cardinal_Notations.thy
src/HOL/Main.thy
--- a/src/HOL/Library/Cardinal_Notations.thy	Mon Jan 20 18:25:44 2014 +0100
+++ b/src/HOL/Library/Cardinal_Notations.thy	Mon Jan 20 18:59:53 2014 +0100
@@ -16,6 +16,7 @@
   ordLeq3 (infix "\<le>o" 50) and
   ordLess2 (infix "<o" 50) and
   ordIso2 (infix "=o" 50) and
+  card_of ("|_|" ) and
   csum (infixr "+c" 65) and
   cprod (infixr "*c" 80) and
   cexp (infixr "^c" 90)
--- a/src/HOL/Main.thy	Mon Jan 20 18:25:44 2014 +0100
+++ b/src/HOL/Main.thy	Mon Jan 20 18:59:53 2014 +0100
@@ -27,6 +27,7 @@
   ordLeq3 (infix "\<le>o" 50) and
   ordLess2 (infix "<o" 50) and
   ordIso2 (infix "=o" 50) and
+  card_of ("|_|") and
   csum (infixr "+c" 65) and
   cprod (infixr "*c" 80) and
   cexp (infixr "^c" 90)