added missing theorems to unfolding set
authorblanchet
Tue, 11 Mar 2014 17:18:42 +0100
changeset 56049 c6a15aa64e36
parent 56048 d311c6377e08
child 56058 cd9ce893f2d6
added missing theorems to unfolding set
src/HOL/Tools/BNF/bnf_fp_def_sugar.ML
--- a/src/HOL/Tools/BNF/bnf_fp_def_sugar.ML	Tue Mar 11 17:18:41 2014 +0100
+++ b/src/HOL/Tools/BNF/bnf_fp_def_sugar.ML	Tue Mar 11 17:18:42 2014 +0100
@@ -1222,7 +1222,7 @@
                 fold_thms lthy ctr_defs'
                   (unfold_thms lthy (pre_rel_def :: abs_inverse ::
                        (if fp = Least_FP then [] else [dtor_ctor]) @ sumprod_thms_rel @
-                       @{thms vimage2p_def Inl_Inr_False})
+                       @{thms vimage2p_def sum.inject Inl_Inr_False})
                      (cterm_instantiate_pos (nones @ [SOME cxIn, SOME cyIn]) fp_rel_thm))
                 |> postproc
                 |> singleton (Proof_Context.export names_lthy no_defs_lthy);