changeset 58936 | 7fbe4436952d |
parent 58838 | 59203adfc33f |
child 58963 | 26bf09b95dda |
--- a/src/ZF/Tools/inductive_package.ML Fri Nov 07 20:43:13 2014 +0100 +++ b/src/ZF/Tools/inductive_package.ML Fri Nov 07 22:15:51 2014 +0100 @@ -59,7 +59,6 @@ fun add_inductive_i verbose (rec_tms, dom_sum) raw_intr_specs (monos, con_defs, type_intrs, type_elims) thy = let - val _ = Theory.requires thy (Context.theory_name @{theory}) "(co)inductive definitions"; val ctxt = Proof_Context.init_global thy; val intr_specs = map (apfst (apfst Binding.name_of)) raw_intr_specs;