changeset 2931 | 8658bf6c1a5b |
parent 2922 | 580647a879cf |
child 2996 | 2a311f90747c |
--- 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";