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

Bump Iris.

parent f1fa146d
No related branches found
No related tags found
No related merge requests found
Pipeline #58636 passed
...@@ -9,6 +9,6 @@ build: [make "-j%{jobs}%"] ...@@ -9,6 +9,6 @@ build: [make "-j%{jobs}%"]
install: [make "install"] install: [make "install"]
remove: ["rm" "-rf" "%{lib}%/coq/user-contrib/reloc"] remove: ["rm" "-rf" "%{lib}%/coq/user-contrib/reloc"]
depends: [ depends: [
"coq-iris-heap-lang" { (= "dev.2021-09-06.2.95df9887") | (= "dev") } "coq-iris-heap-lang" { (= "dev.2021-12-09.1.f52f9f6a") | (= "dev") }
"coq-autosubst" { = "dev" } "coq-autosubst" { = "dev" }
] ]
...@@ -296,7 +296,7 @@ Proof. ...@@ -296,7 +296,7 @@ Proof.
| [ H : xs ys, xs ys is_closed_expr xs _ = is_closed_expr ys _ | [ H : xs ys, xs ys is_closed_expr xs _ = is_closed_expr ys _
|- is_closed_expr _ _ = is_closed_expr _ _ ] => eapply H; eauto |- is_closed_expr _ _ = is_closed_expr _ _ ] => eapply H; eauto
end; try done. end; try done.
- apply bool_decide_iff. by rewrite Hxsys. - apply bool_decide_ext. by rewrite Hxsys.
- by rewrite Hxsys. - by rewrite Hxsys.
Qed. 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