src/HOL/Library/Cset_Monad.thy
author blanchet
Tue, 30 Aug 2011 16:07:45 +0200
changeset 44591 0b107d11f634
parent 43976 af17d7934116
child 44898 ec3f30b8c78c
permissions -rw-r--r--
extended simple types with polymorphism -- the implementation still needs some work though

(* 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