diff -r 1e7896c7f781 -r 58b87aa4dc3b src/HOL/BNF/Tools/bnf_lfp.ML --- a/src/HOL/BNF/Tools/bnf_lfp.ML Mon Jul 15 11:29:19 2013 +0200 +++ b/src/HOL/BNF/Tools/bnf_lfp.ML Mon Jul 15 14:23:51 2013 +0200 @@ -1451,7 +1451,7 @@ |> Thm.close_derivation) goals ctor_fold_thms map_comp_id_thms map_cong0s; in - map (fn thm => thm RS @{thm pointfreeE}) maps + map (fn thm => thm RS @{thm comp_eq_dest}) maps end; val (ctor_map_unique_thms, ctor_map_unique_thm) =