tidied
authorpaulson
Wed, 08 Mar 2000 16:17:10 +0100
changeset 8355 04d0f732e24e
parent 8354 c02e3c131eca
child 8356 14d89313c66c
tidied
src/HOL/UNITY/Mutex.ML
--- a/src/HOL/UNITY/Mutex.ML	Wed Mar 08 16:15:41 2000 +0100
+++ b/src/HOL/UNITY/Mutex.ML	Wed Mar 08 16:17:10 2000 +0100
@@ -26,8 +26,7 @@
 
 (*The safety property: mutual exclusion*)
 Goal "Mutex : Always {s. ~ (m s = #3 & n s = #3)}";
-by (rtac Always_weaken 1);
-by (rtac ([IU, IV] MRS Always_Int_I) 1);
+by (rtac ([IU, IV] MRS Always_Int_I RS Always_weaken) 1);
 by Auto_tac;
 qed "mutual_exclusion";