diff -r c96e007b512f -r da5e4b8317c7 Quot/quotient_tacs.ML --- a/Quot/quotient_tacs.ML Tue Jan 26 01:42:46 2010 +0100 +++ b/Quot/quotient_tacs.ML Tue Jan 26 10:53:44 2010 +0100 @@ -526,8 +526,7 @@ fun mk_simps thms = (mk_minimal_ss lthy) addsimps thms addSolver quotient_solver val ss1 = mk_simps (defs @ prs @ @{thms babs_prs all_prs ex_prs ex1_prs}) - val ss2 = mk_simps (@{thms Quotient_abs_rep[THEN eq_reflection] - Quotient_rel_rep[THEN eq_reflection] ex1_prs} @ ids) + val ss2 = mk_simps (@{thms Quotient_abs_rep Quotient_rel_rep ex1_prs} @ ids) in EVERY' [simp_tac ss1, fun_map_tac lthy,