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

Bump.

parent 602eb833
No related branches found
No related tags found
No related merge requests found
......@@ -10,5 +10,5 @@ build: [make "-j%{jobs}%"]
install: [make "install"]
remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/lrust'" ]
depends: [
"coq-gpfsl" { (= "dev.2019-08-13.1.5876a5f6") | (= "dev") }
"coq-gpfsl" { (= "dev.2019-08-25.0.4eb5203b") | (= "dev") }
]
......@@ -218,7 +218,7 @@ Proof.
iAssert ([ map] γ↦_ f, Φ γ V)%I with "[HP]" as "HP'".
{ rewrite -big_sepM_later -monPred_at_big_sepM. iNext. by iRewrite "HeqP" in "HP". }
iCombine "Hf" "HP'" as "Hf".
rewrite -big_sepM_sep big_opM_fmap; iApply (fupd_big_sepM _ _ f).
rewrite -big_sepM_sep big_opM_fmap; iApply (big_sepM_fupd _ _ f).
iApply (@big_sepM_impl with "[$Hf]").
iAlways; iIntros (γ b' ?) "[(Hγ' & #$ & #$) HΦ]".
iInv N as (b) "[>Hγ _]" "Hclose".
......@@ -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_sepM_sep -fupd_big_sepM. iApply (@big_sepM_impl with "[$Hf]").
{ rewrite -big_sepM_sep -big_sepM_fupd. 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