Replaced instance "set :: (plus) plus" by "fun :: (type, type) plus"
authorberghofe
Wed, 07 May 2008 10:59:36 +0200
changeset 26821 05fd4be26c4d
parent 26820 2909150bd614
child 26822 67c24cfa8def
Replaced instance "set :: (plus) plus" by "fun :: (type, type) plus"
src/HOL/Real/HahnBanach/Subspace.thy
--- a/src/HOL/Real/HahnBanach/Subspace.thy	Wed May 07 10:59:35 2008 +0200
+++ b/src/HOL/Real/HahnBanach/Subspace.thy	Wed May 07 10:59:36 2008 +0200
@@ -216,7 +216,7 @@
   set of all sums of elements from @{text U} and @{text V}.
 *}
 
-instance set :: (plus) plus ..
+instance "fun" :: (type, type) plus ..
 
 defs (overloaded)
   sum_def: "U + V \<equiv> {u + v | u v. u \<in> U \<and> v \<in> V}"