src/HOL/Library/Cset_Monad.thy
author haftmann
Sat, 10 Sep 2011 10:29:24 +0200
changeset 44860 56101fa00193
parent 43976 af17d7934116
child 44898 ec3f30b8c78c
permissions -rw-r--r--
renamed theory Complete_Lattice to Complete_Lattices, in accordance with Lattices, Orderings etc.

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