changeset 4536 | 74f7c556fd90 |
parent 4226 | 38c91213f26b |
child 4873 | b5999638979e |
--- a/src/HOL/thy_syntax.ML Thu Jan 08 18:09:07 1998 +0100 +++ b/src/HOL/thy_syntax.ML Thu Jan 08 18:09:47 1998 +0100 @@ -169,7 +169,7 @@ \val split_"^tname^"_case_asm = prove_goal thy (#2(split_"^tname^"_eqns))\n\ \ (fn _ => [#exhaust_tac (datatype_info thy (Sign.intern_tycon (sign_of thy) " ^ quote tname ^ ")) \""^tname^"0\" 1,\n\ - \ ALLGOALS Asm_simp_tac]);\n\ + \ ALLGOALS (asm_simp_tac (simpset() delsimps [split_paired_Ex]))]);\n\ \val thy = thy\n"; (*