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

update dependencies for later credits

parent 88d06909
No related branches found
No related tags found
No related merge requests found
Pipeline #70148 failed
......@@ -8,7 +8,7 @@ bug-reports: "https://gitlab.mpi-sws.org/iris/actris/issues"
dev-repo: "git+https://gitlab.mpi-sws.org/iris/actris.git"
depends: [
"coq-iris-heap-lang" { (= "dev.2022-06-28.0.b337ca8c") | (= "dev") }
"coq-iris-heap-lang" { (= "dev.2022-07-05.1.a32f36a9") | (= "dev") }
]
build: [make "-j%{jobs}%"]
......
......@@ -96,7 +96,7 @@ Lemma ltyped_safety `{heapGpreS Σ} e σ es σ' e' :
rtc erased_step ([e], σ) (es, σ') e' es
is_Some (to_val e') reducible e' σ'.
Proof.
intros Hty. apply (heap_adequacy Σ NotStuck e σ (λ _, True))=> // ?.
intros Hty. apply (heap_adequacy Σ NotStuck e σ (λ _, True))=> // ??.
destruct (Hty _) as (A & He). iIntros "_".
iDestruct (He $!∅ with "[]") as "He"; first by rewrite /ctx_ltyped.
iEval (rewrite -(subst_map_empty e)). iApply (wp_wand with "He"); auto.
......
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