src/HOL/TLA/Memory/MemoryImplementation.ML
changeset 13601 fd3e3d6b37b2
parent 10231 178a272bceeb
child 17309 c43ed29bd197
--- a/src/HOL/TLA/Memory/MemoryImplementation.ML	Mon Sep 30 16:12:16 2002 +0200
+++ b/src/HOL/TLA/Memory/MemoryImplementation.ML	Mon Sep 30 16:14:02 2002 +0200
@@ -738,7 +738,7 @@
 \        sigma |= []<>S6 rmhist p --> []<>S1 rmhist p |] \
 \     ==> sigma |= []<>S1 rmhist p";
 by (rtac classical 1);
-by (asm_full_simp_tac (simpset() addsimps [temp_use NotBox, NotDmd]) 1);
+by (asm_lr_simp_tac (simpset() addsimps [temp_use NotBox, NotDmd]) 1);
 by (auto_tac (MI_css addSEs2 [mp,leadsto_infinite] addSDs2 [DBImplBD]));
 qed "S1Infinite";