nipkow [Tue, 10 Mar 1998 19:02:20 +0100] rev 4722
The new asm_lr_simp_tac is the old asm_full_simp_tac.
The new asm_full_simp_tac also does a limited amount of mutual simplification.
oheimb [Tue, 10 Mar 1998 18:33:13 +0100] rev 4721
renamed is_chain to chain, is_tord to tord, replaced chain_finite by chfin
oheimb [Tue, 10 Mar 1998 18:32:37 +0100] rev 4720
added not1_or and if_eq_cancel to simpset()
renamed is_chain to chain, is_tord to tord, replaced chain_finite by chfin
oheimb [Tue, 10 Mar 1998 18:32:08 +0100] rev 4719
added not1_or and if_eq_cancel to simpset()
oheimb [Tue, 10 Mar 1998 18:31:32 +0100] rev 4718
new rewrite rules not1_or, not2_or, and if_eq_cancel
added not1_or and if_eq_cancel to simpset()
oheimb [Tue, 10 Mar 1998 18:26:27 +0100] rev 4717
renamed smart_tac to force_tac, slight improvement of force_tac
nipkow [Tue, 10 Mar 1998 16:47:26 +0100] rev 4716
Asm_full_simp_tac now reorients asm c = t to t = c.
wenzelm [Tue, 10 Mar 1998 14:27:44 +0100] rev 4715
adhoc fix of is_blank;