# HG changeset patch # User blanchet # Date 1392682285 -3600 # Node ID 892a425c5eaae76a470dbe9caeb5f999cc9bcbb3 # Parent 0819931d652d13df5e0ecccddfa3cba66693153c follow up of 0819931d652d -- put right induction rule in the old data structure, repairs 'HOL-Proof'-based sessions diff -r 0819931d652d -r 892a425c5eaa src/HOL/Tools/BNF/bnf_lfp_compat.ML --- a/src/HOL/Tools/BNF/bnf_lfp_compat.ML Mon Feb 17 22:54:38 2014 +0100 +++ b/src/HOL/Tools/BNF/bnf_lfp_compat.ML Tue Feb 18 01:11:25 2014 +0100 @@ -132,7 +132,7 @@ else ((fp_sugars0, (NONE, NONE)), lthy); - val {co_inducts = [induct], ...} :: _ = fp_sugars; + val {common_co_inducts = [induct], ...} :: _ = fp_sugars; val inducts = map (the_single o #co_inducts) fp_sugars; fun mk_dtyp [] (TFree a) = Datatype_Aux.DtTFree a