tailored set of code equations manually
authorhaftmann
Thu, 10 Jun 2010 12:25:14 +0200
changeset 37392 b39f640b94d4
parent 37391 476270a6c2dc
child 37393 6ff1fce8e156
tailored set of code equations manually
src/HOL/ex/Codegenerator_Candidates.thy
--- a/src/HOL/ex/Codegenerator_Candidates.thy	Thu Jun 10 12:24:03 2010 +0200
+++ b/src/HOL/ex/Codegenerator_Candidates.thy	Thu Jun 10 12:25:14 2010 +0200
@@ -26,6 +26,8 @@
   While_Combinator
 begin
 
+declare lexn.simps [code del]
+
 inductive sublist :: "'a list \<Rightarrow> 'a list \<Rightarrow> bool" where
     empty: "sublist [] xs"
   | drop: "sublist ys xs \<Longrightarrow> sublist ys (x # xs)"