src/HOL/BNF/Tools/bnf_lfp.ML
changeset 52659 58b87aa4dc3b
parent 52635 4f84b730c489
child 52731 dacd47a0633f
--- 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) =