fixed code generator setup in List_Cset
authorAndreas Lochbihler
Tue, 26 Jul 2011 14:05:28 +0200
changeset 43979 9f27d2bf4087
parent 43977 0eb2b12bd99e
child 43980 995c2534c3fe
fixed code generator setup in List_Cset
src/HOL/Library/List_Cset.thy
--- a/src/HOL/Library/List_Cset.thy	Tue Jul 26 12:44:36 2011 +0200
+++ b/src/HOL/Library/List_Cset.thy	Tue Jul 26 14:05:28 2011 +0200
@@ -133,7 +133,7 @@
 
 end
 
-declare single_code [code del]
+declare Cset.single_code [code del]
 lemma single_set [code]:
   "Cset.single a = Cset.set [a]"
 by(simp add: Cset.single_code)