NEWS
changeset 9402 480a1b40fdd6
parent 9388 0b039a3575eb
child 9437 93e91040c286
--- a/NEWS	Fri Jul 21 17:46:38 2000 +0200
+++ b/NEWS	Fri Jul 21 17:46:43 2000 +0200
@@ -46,6 +46,8 @@
 
 * Isar: changed syntax of local blocks from {{ }} to { };
 
+* Provers: strengthened force_tac by using new first_best_tac
+
 * Provers: Blast_tac now warns of and ignores "weak elimination rules" e.g.
   [| inj ?f;          ?f ?x = ?f ?y; ?x = ?y ==> ?W |] ==> ?W
 use instead the strong form,
@@ -53,6 +55,10 @@
 In HOL, FOL and ZF the function cla_make_elim will create such rules
 from destruct-rules;
 
+* Provers: safe_asm_full_simp_tac is no longer in the simplifier signature. Use
+  val safe_asm_full_simp_tac = generic_simp_tac true (true,true,true);
+  if required.
+
 * ML: renamed flags Syntax.trace_norm_ast to Syntax.trace_ast; global
 timing flag supersedes proof_timing and Toplevel.trace;