mind the "s"
authorhaftmann
Tue, 23 Feb 2010 08:08:23 +0100
changeset 35308 359e0fd38a92
parent 35307 8ee07543409f
child 35309 997aa3a3e4bb
mind the "s"
src/HOL/Library/Multiset.thy
--- a/src/HOL/Library/Multiset.thy	Tue Feb 23 08:04:07 2010 +0100
+++ b/src/HOL/Library/Multiset.thy	Tue Feb 23 08:08:23 2010 +0100
@@ -1212,8 +1212,8 @@
 definition le_multiset :: "'a\<Colon>order multiset \<Rightarrow> 'a multiset \<Rightarrow> bool" (infix "<=#" 50) where
   "M' <=# M \<longleftrightarrow> M' <# M \<or> M' = M"
 
-notation (xsymbol) less_multiset (infix "\<subset>#" 50)
-notation (xsymbol) le_multiset (infix "\<subseteq>#" 50)
+notation (xsymbols) less_multiset (infix "\<subset>#" 50)
+notation (xsymbols) le_multiset (infix "\<subseteq>#" 50)
 
 interpretation multiset_order: order le_multiset less_multiset
 proof -