src/HOL/TLA/Buffer/Buffer.ML
changeset 13601 fd3e3d6b37b2
parent 9517 f58863b1406a
child 14396 011a2a49d303
--- a/src/HOL/TLA/Buffer/Buffer.ML	Mon Sep 30 16:12:16 2002 +0200
+++ b/src/HOL/TLA/Buffer/Buffer.ML	Mon Sep 30 16:14:02 2002 +0200
@@ -19,8 +19,8 @@
 (* ---------------------------- Action lemmas ---------------------------- *)
 
 (* Dequeue is visible *)
-Goal "|- <Deq ic q oc>_(ic,q,oc) = Deq ic q oc";
-by (auto_tac (claset(), simpset() addsimps [angle_def,Deq_def]));
+Goalw [angle_def,Deq_def] "|- <Deq ic q oc>_(ic,q,oc) = Deq ic q oc";
+by (REPEAT (Safe_tac THEN Asm_lr_simp_tac 1));
 qed "Deq_visible";
 
 (* Enabling condition for dequeue -- NOT NEEDED *)