author | bulwahn |
Wed, 19 Oct 2011 09:11:16 +0200 | |
changeset 45186 | 645c6cac779e |
parent 45185 | 3a0c63c0ed48 |
child 45187 | 48c65b2c01c3 |
--- a/src/HOL/Library/Executable_Set.thy Wed Oct 19 09:11:15 2011 +0200 +++ b/src/HOL/Library/Executable_Set.thy Wed Oct 19 09:11:16 2011 +0200 @@ -41,13 +41,6 @@ code_datatype Set Coset -consts_code - Coset ("\<module>Coset") - Set ("\<module>Set") -attach {* - datatype 'a set = Set of 'a list | Coset of 'a list; -*} -- {* This assumes that there won't be a @{text Coset} without a @{text Set} *} - subsection {* Basic operations *}