src/HOL/Library/Cset_Monad.thy
changeset 44847 af17d7934116
child 45769 ec3f30b8c78c
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/HOL/Library/Cset_Monad.thy	Tue Jul 26 10:49:34 2011 +0200
     1.3 @@ -0,0 +1,13 @@
     1.4 +(* Author: Andreas Lochbihler, KIT *)
     1.5 +
     1.6 +header {* Add monad syntax for Csets *}
     1.7 +
     1.8 +theory Cset_Monad
     1.9 +imports Cset Monad_Syntax 
    1.10 +begin
    1.11 +
    1.12 +setup {*
    1.13 +  Adhoc_Overloading.add_variant @{const_name bind} @{const_name Cset.bind}
    1.14 +*}
    1.15 +
    1.16 +end
    1.17 \ No newline at end of file