author | oheimb |
Mon, 06 Sep 1999 18:18:23 +0200 | |
changeset 7492 | 44b333fb5b80 |
parent 7491 | 95a4af0e10a7 |
child 7493 | e6f74eebfab3 |
--- a/NEWS Mon Sep 06 18:18:09 1999 +0200 +++ b/NEWS Mon Sep 06 18:18:23 1999 +0200 @@ -102,6 +102,7 @@ * function bind_thms stores lists of theorems (cf. bind_thm); +* new shorthand tactics ftac, eatac, datac, fatac *** HOL *** @@ -206,6 +207,9 @@ HOL/List; hardly an INCOMPATIBILITY since '>>' syntax is used all the time; +* HOL: new tactic smp_tac: int -> int -> tactic, which applies spec several + times and then mp + *** LK ***