equal
deleted
inserted
replaced
|
1 (* Author: Andreas Lochbihler, KIT *) |
|
2 |
|
3 header {* Add monad syntax for Csets *} |
|
4 |
|
5 theory Cset_Monad |
|
6 imports Cset Monad_Syntax |
|
7 begin |
|
8 |
|
9 setup {* |
|
10 Adhoc_Overloading.add_variant @{const_name bind} @{const_name Cset.bind} |
|
11 *} |
|
12 |
|
13 end |