Now introduces Safe_tac
authorpaulson
Wed, 05 Nov 1997 14:00:49 +0100
changeset 4163 a42fc09bca25
parent 4162 4c2da701b801
child 4164 171aacc64aa5
Now introduces Safe_tac
src/Tools/expandshort
--- a/src/Tools/expandshort	Wed Nov 05 13:50:59 1997 +0100
+++ b/src/Tools/expandshort	Wed Nov 05 14:00:49 1997 +0100
@@ -10,6 +10,9 @@
 #
 #Renames old versions of the files as FILE1~~ ... FILEn~~
 #
+s/\bsafe_tac *\(claset *\( *\) *\)/Safe_tac/;
+s/ *\(Safe_tac\) *([0-9]+)/ Safe_tac \1/;
+s/ *\(Safe_tac\)/ Safe_tac/;
 s/\bby\(/by (/;
 s/\bba\b *(\d+);/by (assume_tac \1);/;
 s/\bbr\b *([^;]*) (\d+);/by (rtac \1 \2);/;