Skip to content

Commit

Permalink
Merge pull request #54 from SkySkimmer/replaceby
Browse files Browse the repository at this point in the history
Fix incorrect "replace by"
  • Loading branch information
zeldovich authored Sep 28, 2023
2 parents d6b4b3e + 46e0191 commit 7e7751c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/program_proof/wal/recovery_proof.v
Original file line number Diff line number Diff line change
Expand Up @@ -1331,7 +1331,7 @@ Proof.
rewrite Nat.max_l; last by lia.
iApply "Hdurable_lb_pos".
}
replace (slidingM.memEnd _) with (int.Z diskEnd) by reflexivity.
replace (slidingM.memEnd _) with (int.Z diskEnd) by assumption.
iSplit.
{
iPureIntro.
Expand Down

0 comments on commit 7e7751c

Please sign in to comment.