src/HOL/BCV/JVM.ML
changeset 10797 028d22926a41
parent 10199 7b6f9d34f737
--- a/src/HOL/BCV/JVM.ML	Fri Jan 05 18:33:47 2001 +0100
+++ b/src/HOL/BCV/JVM.ML	Fri Jan 05 18:48:18 2001 +0100
@@ -229,7 +229,7 @@
 
 
 Goalw [JVM.sl_def,stk_esl_def,reg_sl_def]
- "[| univalent S; acyclic S |] ==> semilat(JVM.sl S maxs maxr)";
+ "[| single_valued S; acyclic S |] ==> semilat(JVM.sl S maxs maxr)";
 by (REPEAT(ares_tac [semilat_opt,err_semilat_Product_esl,err_semilat_upto_esl,
           err_semilat_eslI,semilat_Listn_sl,err_semilat_JType_esl] 1));
 qed "semilat_JVM_slI";
@@ -241,7 +241,7 @@
 qed "sl_triple_conv";
 
 Goalw [kiljvm_def,sl_triple_conv]
- "[| univalent S; wf(S^-1); wfis S md maxr bs; wf_mdict S md; \
+ "[| single_valued S; wf(S^-1); wfis S md maxr bs; wf_mdict S md; \
 \    bounded (succs bs) (size bs) |] ==> \
 \ is_bcv (JVM.le S maxs maxr) (Some Err) (wti S maxs rT bs) \
 \        (size bs) (states S maxs maxr) (kiljvm S maxs maxr rT bs)";