Skip to content
Snippets Groups Projects
Commit be09aa8b authored by Ralf Jung's avatar Ralf Jung
Browse files

update dependencies

parent 32410b1a
No related branches found
No related tags found
No related merge requests found
Pipeline #66028 passed
......@@ -13,7 +13,7 @@ the type system, and safety proof for some Rust libraries.
"""
depends: [
"coq-iris" { (= "dev.2022-05-13.4.ab92f91e") | (= "dev") }
"coq-iris" { (= "dev.2022-05-13.5.de41b20f") | (= "dev") }
]
build: [make "-j%{jobs}%"]
......
......@@ -115,7 +115,7 @@ Lemma lft_create_strong P E :
Proof.
assert (userE_lftN_disj:=userE_lftN_disj). iIntros (HP ?) "#LFT".
iInv mgmtN as (A I) "(>HA & >HI & Hinv)" "Hclose".
rewrite ->pred_infinite_set in HP.
rewrite ->(pred_infinite_set (C:=gset _)) in HP.
destruct (HP (dom A)) as [Λ [HPx %not_elem_of_dom]].
iMod (own_update with "HA") as "[HA HΛ]".
{ apply auth_update_alloc, (alloc_singleton_local_update _ Λ (Cinl 1%Qp))=>//.
......
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