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

update dependencies

parent f02d0911
No related branches found
No related tags found
No related merge requests found
Pipeline #108169 failed
......@@ -12,7 +12,7 @@ The lifetime logic extends Iris with a notion of "borrowing".
"""
depends: [
"coq-iris" { (= "dev.2024-09-05.0.f6ed0921") | (= "dev") }
"coq-iris" { (= "dev.2024-09-10.0.f14ebfde") | (= "dev") }
]
build: ["./make-package" "lifetime" "-j%{jobs}%"]
......
......@@ -53,7 +53,6 @@ Section type_soundness.
{ by rewrite /elctx_interp /=. }
{ rewrite /llctx_interp /=. iSplit; last done. iExists ϝ.
rewrite /= left_id. iSplit; first done.
rewrite decide_True //.
by iDestruct "Hϝ" as "[$ #$]". }
rewrite cctx_interp_singleton. simpl. iIntros (args) "_ _".
inv_vec args. iIntros (x) "_ /=". by wp_lam.
......
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