not sure what changed here
authorChristian Urban <urbanc@in.tum.de>
Fri, 30 Oct 2009 15:30:33 +0100
changeset 244 42dac1cfcd14
parent 243 22715cab3995
child 245 55b156ac4a40
not sure what changed here
FSet.thy
--- a/FSet.thy	Fri Oct 30 15:28:44 2009 +0100
+++ b/FSet.thy	Fri Oct 30 15:30:33 2009 +0100
@@ -169,9 +169,9 @@
 
 (* FIXME: does not work yet for all types*)
 quotient_def (for "'a fset")
-  fmap::"('a \<Rightarrow> 'a) \<Rightarrow> 'a fset \<Rightarrow> 'a fset"
+  fmap::"('a \<Rightarrow> 'b) \<Rightarrow> 'a fset \<Rightarrow> 'b fset"
 where
-  "fmap \<equiv> (map::('a \<Rightarrow> 'a) \<Rightarrow> 'a list \<Rightarrow> 'a list)"
+  "fmap \<equiv> (map::('a \<Rightarrow> 'b) \<Rightarrow> 'a list \<Rightarrow> 'b list)"
 
 term map
 term fmap