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

update dependencies

parent e976ec07
No related branches found
No related tags found
No related merge requests found
Pipeline #92475 passed
......@@ -13,7 +13,7 @@ the type system, and safety proof for some Rust libraries.
"""
depends: [
"coq-iris" { (= "dev.2023-09-26.0.32e79061") | (= "dev") }
"coq-iris" { (= "dev.2023-10-03.0.70b30af7") | (= "dev") }
]
build: [make "-j%{jobs}%"]
......
......@@ -77,7 +77,7 @@ Proof.
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.
assert (κ K') as HκK' by set_solver +HκK HKK'.
specialize (IH (K {[ κ ]})). feed specialize IH; [set_solver +HκK|].
ospecialize (IH (K {[ κ ]}) _); [set_solver +HκK|].
iMod (IH ({[ κ ]} K') with "[HI Halive Hκalive] HK") as "[[HI Halive] Hdead]".
{ set_solver +HKK'. }
{ intros κ' κ''.
......
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