Skip to content

Commit

Permalink
fixed up mbox proofs to work with updated entree-specs automation
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddy Westbrook committed Nov 18, 2022
1 parent d540e52 commit 9c609ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions heapster-saw/examples/mbox_proofs.v
Original file line number Diff line number Diff line change
Expand Up @@ -179,11 +179,11 @@ Proof.
+ exact (r = r0).
prepost_exclude_remaining.
- prove_refinement_continue; eauto.
+ rewrite H1, H0; eauto.
+ rewrite mbox_chain_length_transMbox, Nat.add_comm; simpl.
rewrite mbox_rect_identity.
rewrite transMbox_assoc; eauto.
+ rewrite H1, H0, transMbox_assoc; eauto.
+ rewrite H1, H0; eauto.
Qed.

Lemma mbox_concat_chains_spec_ref__fuel m1 m2
Expand All @@ -206,11 +206,11 @@ Proof.
+ exact (r = r0).
prepost_exclude_remaining.
- prove_refinement_continue; eauto.
+ rewrite H1, H0; eauto.
+ rewrite mbox_chain_length_transMbox, Nat.add_comm; simpl.
rewrite mbox_rect_identity.
rewrite transMbox_assoc; eauto.
+ rewrite H1, H0, transMbox_assoc; eauto.
+ rewrite H1, H0; eauto.
Qed.


Expand Down

0 comments on commit 9c609ab

Please sign in to comment.