merged
authorhaftmann
Mon, 15 Mar 2010 15:13:22 +0100
changeset 35797 533dd944e29c
parent 35795 5b95a36c1543 (current diff)
parent 35796 2d44d2a1f68e (diff)
child 35798 fd1bb29f8170
child 35803 3c1601857a6b
merged
--- a/src/HOL/Finite_Set.thy	Mon Mar 15 13:59:34 2010 +0100
+++ b/src/HOL/Finite_Set.thy	Mon Mar 15 15:13:22 2010 +0100
@@ -1586,8 +1586,8 @@
 
 end
 
-no_notation (in times) times (infixl "*" 70)
-no_notation (in one) Groups.one ("1")
+no_notation times (infixl "*" 70)
+no_notation Groups.one ("1")
 
 locale folding_image_simple = comm_monoid +
   fixes g :: "('b \<Rightarrow> 'a)"
@@ -1742,8 +1742,8 @@
 
 end
 
-notation (in times) times (infixl "*" 70)
-notation (in one) Groups.one ("1")
+notation times (infixl "*" 70)
+notation Groups.one ("1")
 
 
 subsection {* Finite cardinality *}