Skip to content

Commit cb1ecdc

Browse files
Typo preventing export
1 parent 74850cc commit cb1ecdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hol/retrofit_sem/p4_exec_arch_v1modelProgScript.sml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ val _ = translate init_out_v_cake_def;
4040
val _ = translate v1model_reduce_nonout_def;
4141
val _ = translate v1model_copyin_pbl_def;
4242
Theorem v1model_copyin_pbl_side_thm:
43-
!xlist dlist elist counter ext_obj_map v_map ctrl.
44-
v1model_copyin_pbl_side (xlist,dlist,elist,counter,ext_obj_map,v_map,ctrl)
43+
!v.
44+
v1model_copyin_pbl_side v
4545
Proof
4646
simp[Once $ definition "v1model_copyin_pbl_side_def", copyin_exec_side_thm]
4747
QED

0 commit comments

Comments
 (0)