src/HOL/Tools/BNF/bnf_lfp_rec_sugar_more.ML
changeset 57993 c52255a71114
parent 57399 cfc19f0a6261
child 58117 9608028d8f43
--- a/src/HOL/Tools/BNF/bnf_lfp_rec_sugar_more.ML	Tue Aug 19 09:34:41 2014 +0200
+++ b/src/HOL/Tools/BNF/bnf_lfp_rec_sugar_more.ML	Tue Aug 19 09:34:57 2014 +0200
@@ -16,7 +16,7 @@
 open BNF_FP_N2M_Sugar
 open BNF_LFP_Rec_Sugar
 
-val nested_simps = @{thms id_def split comp_def fst_conv snd_conv};
+val nested_simps = @{thms o_def[abs_def] id_def split fst_conv snd_conv};
 
 fun is_new_datatype ctxt s =
   (case fp_sugar_of ctxt s of SOME {fp = Least_FP, ...} => true | _ => false);