src/HOL/Tools/BNF/bnf_fp_n2m.ML
changeset 62907 9ad0bac25a84
parent 62905 52c5a25e0c96
child 63045 c50c764aab10
--- a/src/HOL/Tools/BNF/bnf_fp_n2m.ML	Thu Apr 07 17:56:26 2016 +0200
+++ b/src/HOL/Tools/BNF/bnf_fp_n2m.ML	Thu Apr 07 17:56:26 2016 +0200
@@ -512,7 +512,7 @@
     val fp_res =
       ({Ts = fpTs, bnfs = of_fp_res #bnfs, pre_bnfs = bnfs, absT_infos = absT_infos,
         dtors = dtors, ctors = ctors,
-        xtor_un_folds_legacy = xtor_co_recs (*wrong*), xtor_co_recs = xtor_co_recs,
+        xtor_un_folds = xtor_co_recs (*wrong*), xtor_co_recs = xtor_co_recs,
         xtor_co_induct = xtor_co_induct_thm,
         dtor_ctors = of_fp_res #dtor_ctors (*too general types*),
         ctor_dtors = of_fp_res #ctor_dtors (*too general types*),
@@ -522,13 +522,13 @@
         xtor_map_unique = TrueI (*wrong*),
         xtor_setss = of_fp_res #xtor_setss (*too general types and terms*),
         xtor_rels = of_fp_res #xtor_rels (*too general types and terms*),
-        xtor_un_fold_thms_legacy = xtor_co_rec_thms (*wrong*),
+        xtor_un_fold_thms = xtor_co_rec_thms (*wrong*),
         xtor_co_rec_thms = xtor_co_rec_thms (*too general types and terms*),
-        xtor_un_fold_unique_legacy = TrueI (*too general types and terms*),
+        xtor_un_fold_unique = TrueI (*too general types and terms*),
         xtor_co_rec_unique = TrueI (*wrong*),
-        xtor_un_fold_o_maps_legacy = fp_rec_o_maps (*wrong*),
+        xtor_un_fold_o_maps = fp_rec_o_maps (*wrong*),
         xtor_co_rec_o_maps = fp_rec_o_maps (*theorems about old constants*),
-        xtor_un_fold_transfers_legacy = [], xtor_co_rec_transfers = [],
+        xtor_un_fold_transfers = [], xtor_co_rec_transfers = [],
         xtor_rel_co_induct = xtor_rel_co_induct, dtor_set_inducts = []}
        |> morph_fp_result (Morphism.term_morphism "BNF" (singleton (Variable.polymorphic lthy))));
   in