Skip to content
Snippets Groups Projects
Commit d6fb1808 authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

Bump Iris (iFrame).

parent 621aa83c
No related branches found
No related tags found
1 merge request!39Multiparty synchronous
...@@ -8,7 +8,7 @@ bug-reports: "https://gitlab.mpi-sws.org/iris/actris/issues" ...@@ -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" dev-repo: "git+https://gitlab.mpi-sws.org/iris/actris.git"
depends: [ depends: [
"coq-iris-heap-lang" { (= "dev.2024-02-02.1.b30c53e2") | (= "dev") } "coq-iris-heap-lang" { (= "dev.2024-02-16.1.06f499e0") | (= "dev") }
] ]
build: [make "-j%{jobs}%"] build: [make "-j%{jobs}%"]
......
...@@ -39,8 +39,7 @@ Section list_rev_example. ...@@ -39,8 +39,7 @@ Section list_rev_example.
+ iExists []. eauto. + iExists []. eauto.
+ iDestruct "Hl" as (v lcons) "[HIT [Hlcons Hrec]]". + iDestruct "Hl" as (v lcons) "[HIT [Hlcons Hrec]]".
iDestruct ("IH" with "Hrec") as (vs) "[Hvs H]". iDestruct ("IH" with "Hrec") as (vs) "[Hvs H]".
iExists (v::vs). iFrame. iExists (v::vs). by iFrame.
iExists v, lcons. eauto with iFrame.
- iDestruct 1 as (vs) "[Hvs HIT]". - iDestruct 1 as (vs) "[Hvs HIT]".
iInduction xs as [|x xs] "IH" forall (l vs). iInduction xs as [|x xs] "IH" forall (l vs).
+ by iDestruct (big_sepL2_nil_inv_l with "HIT") as %->. + by iDestruct (big_sepL2_nil_inv_l with "HIT") as %->.
......
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