Skip to content
Snippets Groups Projects
Commit 2c66ea03 authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

Use multiset singleton for multisets.

parent 4eae6376
No related branches found
No related tags found
No related merge requests found
Pipeline #81728 passed
......@@ -52,7 +52,7 @@ Section proof.
{ iModIntro. iIntros (Y) "[Hb1 HP]".
iInv NI as (X) "[>Hb2 HPs]" "Hcl".
iDestruct (bag_contents_agree with "Hb1 Hb2") as %<-.
iMod (bag_contents_update b ({[v]} Y) with "[$Hb1 $Hb2]") as "[Hb1 Hb2]".
iMod (bag_contents_update b ({[+ v +]} Y) with "[$Hb1 $Hb2]") as "[Hb1 Hb2]".
iFrame. iApply "Hcl".
iNext. iExists _; iFrame.
rewrite big_sepMS_singleton. iFrame. }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment