src/HOL/Tools/BNF/bnf_lfp_basic_sugar.ML
changeset 58573 04f5d23cd9e5
parent 58572 2e0cf67fa89f
child 58574 e66ed9634a74
--- a/src/HOL/Tools/BNF/bnf_lfp_basic_sugar.ML	Mon Oct 06 13:35:03 2014 +0200
+++ b/src/HOL/Tools/BNF/bnf_lfp_basic_sugar.ML	Mon Oct 06 13:35:15 2014 +0200
@@ -104,7 +104,9 @@
         co_rec_thms = @{thms sum.case},
         co_rec_discs = [],
         co_rec_disc_iffs = [],
-        co_rec_selss = []}}
+        co_rec_selss = [],
+        co_rec_codes = [],
+        co_rec_transfers = []}}
   end;
 
 fun fp_sugar_of_prod ctxt =
@@ -161,7 +163,9 @@
         co_rec_thms = @{thms prod.case},
         co_rec_discs = [],
         co_rec_disc_iffs = [],
-        co_rec_selss = []}}
+        co_rec_selss = [],
+        co_rec_codes = [],
+        co_rec_transfers = []}}
   end;
 
 val _ = Theory.setup (map_local_theory (fn lthy =>