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

Fix.

parent 7d9516fc
No related branches found
No related tags found
No related merge requests found
Pipeline #16613 passed
......@@ -235,7 +235,7 @@ Proof.
iAssert (([ map] γb f, Φ γ V)
[ map] γb f, box_own_auth γ ( Excl' None) box_own_prop γ (Φ γ)
inv N (slice_inv γ (Φ γ)))%I with "[> Hf]" as "[HΦ ?]".
{ rewrite -big_opM_opM -fupd_big_sepM. iApply (@big_sepM_impl with "[$Hf]").
{ rewrite -big_sepM_sep -fupd_big_sepM. iApply (@big_sepM_impl with "[$Hf]").
iAlways; iIntros (γ o ?) "(Hγ' & #HγΦ & #Hinv)".
assert (Ho : from_option ( V) False o) by eauto.
destruct o as [V'|]=>//. rewrite -Ho.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment