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

Bump Iris.

parent 797c363b
No related branches found
No related tags found
No related merge requests found
Pipeline #47569 passed
......@@ -9,6 +9,6 @@ build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-rf" "%{lib}%/coq/user-contrib/reloc"]
depends: [
"coq-iris-heap-lang" { (= "dev.2021-05-20.3.96191ed7") | (= "dev") }
"coq-iris-heap-lang" { (= "dev.2021-05-26.5.13d5ab4f") | (= "dev") }
"coq-autosubst" { = "dev" }
]
......@@ -226,7 +226,7 @@ Section env_typed.
Γ !! x = Some A
Γ * vs -∗ v1 v2, vs !! x = Some (v1,v2) A v1 v2.
Proof.
intros ?. rewrite /env_ltyped2 big_sepM2_lookup_1 //.
intros ?. rewrite /env_ltyped2 big_sepM2_lookup_l //.
iDestruct 1 as ([v1 v2] ?) "H". eauto with iFrame.
Qed.
......
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