Isar: simplified (more robust) goal selection of proof methods;
authorwenzelm
Wed, 05 Apr 2000 21:06:06 +0200
changeset 8673 987ea1a559d0
parent 8672 1f51c411da5a
child 8674 ac6c028e0249
Isar: simplified (more robust) goal selection of proof methods; Isar: tuned 'let' syntax: replace 'as' keyword by 'and';
NEWS
--- a/NEWS	Wed Apr 05 21:05:20 2000 +0200
+++ b/NEWS	Wed Apr 05 21:06:06 2000 +0200
@@ -79,6 +79,11 @@
 methods 'tactic', 'res_inst_tac' etc., 'subgoal_tac', and 'case_tac' /
 'induct_tac' (for HOL datatypes);
 
+* simplified (more robust) goal selection of proof methods: 1st goal,
+all goals, or explicit goal specifier (tactic emulation); thus 'proof
+method scripts' have to be in depth-first order;
+
+* tuned 'let' syntax: replace 'as' keyword by 'and';
 
 
 *** HOL ***