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

update dependencies

parent 156ec959
No related branches found
No related tags found
No related merge requests found
Pipeline #106181 canceled
......@@ -12,7 +12,7 @@ The lifetime logic extends Iris with a notion of "borrowing".
"""
depends: [
"coq-iris" { (= "dev.2024-08-20.0.657b34ad") | (= "dev") }
"coq-iris" { (= "dev.2024-08-29.0.ff40b0a7") | (= "dev") }
]
build: ["./make-package" "lifetime" "-j%{jobs}%"]
......
......@@ -72,7 +72,7 @@ Proof.
{ iModIntro. rewrite /Iinv. iFrame.
iApply (@big_sepS_impl with "[$HK]"); iModIntro.
rewrite /lft_inv. iIntros (κ ) "[[[_ %]|[$ _]] _]". set_solver. }
destruct (minimal_exists_L () Kalive)
destruct (minimal_exists_elem_of_L () Kalive)
as (κ & [Hκalive HκK]%elem_of_filter & Hκmin); first done.
iDestruct (@big_sepS_delete with "HK") as "[[Hκinv Hκ] HK]"; first done.
iDestruct (lft_inv_alive_in with "Hκinv") as "Hκalive"; first done.
......
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