author | nipkow |
Thu, 10 Apr 1997 12:21:21 +0200 | |
changeset 2931 | 8658bf6c1a5b |
parent 2930 | 602cdeabb89b |
child 2932 | 9c4d5fd41c9b |
--- a/src/HOL/Lambda/Eta.ML Thu Apr 10 12:20:55 1997 +0200 +++ b/src/HOL/Lambda/Eta.ML Thu Apr 10 12:21:21 1997 +0200 @@ -154,6 +154,8 @@ by (Blast.depth_tac (!claset addIs [r_into_rtrancl,rtrancl_eta_AppL]) 6 1); by (Blast.depth_tac (!claset addIs [r_into_rtrancl,rtrancl_eta_AppR]) 6 1); (*23 seconds?*) +DelIffs dB.distinct; +Addsimps dB.distinct; by (slow_tac (!claset addIs [r_into_rtrancl,rtrancl_eta_Abs,free_beta] addss !simpset) 1); qed "square_beta_eta";