diff -r 296b03b79505 -r 816f566c414f src/HOL/MicroJava/BV/Correct.ML --- a/src/HOL/MicroJava/BV/Correct.ML Wed Dec 01 11:20:24 1999 +0100 +++ b/src/HOL/MicroJava/BV/Correct.ML Wed Dec 01 18:22:28 1999 +0100 @@ -253,10 +253,10 @@ Delsimps [fun_upd_apply]; Goal -"\\rT C ml. correct_frames G hp phi rT C ml frs \\ \ +"\\rT C sig. correct_frames G hp phi rT sig frs \\ \ \ hp a = Some (cn,od) \\ map_of (fields (G, cn)) fl = Some fd \\ \ \ G,hp\\v\\\\fd \ -\ \\ correct_frames G (hp(a \\ (cn, od(fl\\v)))) phi rT C ml frs"; +\ \\ correct_frames G (hp(a \\ (cn, od(fl\\v)))) phi rT sig frs"; by (induct_tac "frs" 1); by (Asm_full_simp_tac 1); by (asm_full_simp_tac (simpset() addsimps [split_def,correct_frame_def]) 1); @@ -267,9 +267,9 @@ Goal -"\\rT C ml. hp x = None \\ correct_frames G hp phi rT C ml frs \\ \ +"\\rT C sig. hp x = None \\ correct_frames G hp phi rT sig frs \\ \ \ oconf G hp obj \ -\ \\ correct_frames G (hp(newref hp \\ obj)) phi rT C ml frs"; +\ \\ correct_frames G (hp(newref hp \\ obj)) phi rT sig frs"; by (induct_tac "frs" 1); by (asm_full_simp_tac (simpset() addsimps []) 1); by (asm_full_simp_tac (simpset() addsimps [split_def,correct_frame_def]) 1);