src/HOL/UNITY/Common.ML
changeset 5584 aad639e56d4e
parent 5490 85855f65d0c6
child 5608 a82a038a3e7a
--- a/src/HOL/UNITY/Common.ML	Tue Sep 29 15:58:25 1998 +0200
+++ b/src/HOL/UNITY/Common.ML	Tue Sep 29 15:58:47 1998 +0200
@@ -69,7 +69,7 @@
 
 Goal "[| ALL m. Constrains prg {m} (maxfg m); \
 \               ALL m: lessThan n. LeadsTo prg {m} (greaterThan m); \
-\               n: common;  id: Acts prg |]  \
+\               n: common |]  \
 \            ==> LeadsTo prg (atMost n) common";
 by (rtac LeadsTo_weaken_R 1);
 by (res_inst_tac [("f","%x. x"), ("l", "n")] GreaterThan_bounded_induct 1);
@@ -82,7 +82,7 @@
 (*The "ALL m: -common" form echoes CMT6.*)
 Goal "[| ALL m. Constrains prg {m} (maxfg m); \
 \               ALL m: -common. LeadsTo prg {m} (greaterThan m); \
-\               n: common;  id: Acts prg |]  \
+\               n: common |]  \
 \            ==> LeadsTo prg (atMost (LEAST n. n: common)) common";
 by (rtac lemma 1);
 by (ALLGOALS Asm_simp_tac);