renamed PSP_stable2->PSP_Stable2
authorpaulson
Mon, 24 May 1999 15:44:56 +0200
changeset 6702 27a2e763daf8
parent 6701 e84a0b941beb
child 6703 8103c1fb092d
renamed PSP_stable2->PSP_Stable2
src/HOL/UNITY/Common.ML
--- a/src/HOL/UNITY/Common.ML	Mon May 24 15:44:20 1999 +0200
+++ b/src/HOL/UNITY/Common.ML	Mon May 24 15:44:56 1999 +0200
@@ -76,7 +76,7 @@
 by (res_inst_tac [("f","%x. x"), ("l", "n")] GreaterThan_bounded_induct 1);
 by (ALLGOALS Asm_simp_tac);
 by (rtac subset_refl 2);
-by (blast_tac (claset() addDs [PSP_stable2] 
+by (blast_tac (claset() addDs [PSP_Stable2] 
                         addIs [common_stable, LeadsTo_weaken_R]) 1);
 val lemma = result();