avoid depedency on FSet;
authorwenzelm
Thu, 07 Sep 2017 11:36:57 +0200
changeset 66608 f3e7a1418979
parent 66607 a8edca8c4a68
child 66609 a61181ffb1ce
avoid depedency on FSet;
src/HOL/Library/Monad_Syntax.thy
--- a/src/HOL/Library/Monad_Syntax.thy	Tue Sep 05 20:03:52 2017 +0200
+++ b/src/HOL/Library/Monad_Syntax.thy	Thu Sep 07 11:36:57 2017 +0200
@@ -5,7 +5,7 @@
 section \<open>Monad notation for arbitrary types\<close>
 
 theory Monad_Syntax
-imports FSet "~~/src/Tools/Adhoc_Overloading"
+imports Main "~~/src/Tools/Adhoc_Overloading"
 begin
 
 text \<open>
@@ -61,6 +61,6 @@
   "(m \<then> n)" \<rightharpoonup> "(m \<bind> (\<lambda>_. n))"
 
 adhoc_overloading
-  bind Set.bind Predicate.bind Option.bind List.bind FSet.fbind
+  bind Set.bind Predicate.bind Option.bind List.bind
 
-end
\ No newline at end of file
+end