merged
authorAndreas Lochbihler
Tue, 26 Jul 2011 12:44:36 +0200
changeset 43977 0eb2b12bd99e
parent 43976 af17d7934116 (diff)
parent 43975 0e530fe0d33e (current diff)
child 43978 da7d04d4023c
child 43979 9f27d2bf4087
merged
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/HOL/Library/Cset_Monad.thy	Tue Jul 26 12:44:36 2011 +0200
@@ -0,0 +1,13 @@
+(* Author: Andreas Lochbihler, KIT *)
+
+header {* Add monad syntax for Csets *}
+
+theory Cset_Monad
+imports Cset Monad_Syntax 
+begin
+
+setup {*
+  Adhoc_Overloading.add_variant @{const_name bind} @{const_name Cset.bind}
+*}
+
+end
\ No newline at end of file
--- a/src/HOL/Library/Library.thy	Tue Jul 26 11:48:11 2011 +0200
+++ b/src/HOL/Library/Library.thy	Tue Jul 26 12:44:36 2011 +0200
@@ -12,6 +12,7 @@
   ContNotDenum
   Convex
   Countable
+  Cset_Monad
   Diagonalize
   Dlist_Cset
   Eval_Witness