berghofe [Mon, 30 Sep 2002 16:34:56 +0200] rev 13604
- eliminated thin_leading_eqs_tac
- gen_hyp_subst_tac now uses asm_lr_simp_tac instead of asm_full_simp_tac,
in order to avoid divergence of new simplifier
berghofe [Mon, 30 Sep 2002 16:32:05 +0200] rev 13603
Introduced addss', which adds asm_lr_simp_tac as a wrapper to the claset.
berghofe [Mon, 30 Sep 2002 16:27:38 +0200] rev 13602
- additional congruence rules for boolean operators
- additional rewrite rules for exI / exE
berghofe [Mon, 30 Sep 2002 16:14:02 +0200] rev 13601
Adapted to new simplifier.
berghofe [Mon, 30 Sep 2002 16:12:16 +0200] rev 13600
Removed nRS again because extract_rews now takes care of preserving names.
berghofe [Mon, 30 Sep 2002 16:10:32 +0200] rev 13599
Added elim_vars to preprocessor.
berghofe [Mon, 30 Sep 2002 16:09:05 +0200] rev 13598
Fixed problem with induct_conj_curry: variable C should have type prop.