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

bump Iris

parent 86460eea
No related branches found
No related tags found
No related merge requests found
Pipeline #17666 failed
...@@ -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/iris_examples"] remove: ["rm" "-rf" "%{lib}%/coq/user-contrib/iris_examples"]
depends: [ depends: [
"coq-iris" { (= "dev.2019-06-12.4.ae1dd418") | (= "dev") } "coq-iris" { (= "dev.2019-06-13.0.860bd8e4") | (= "dev") }
"coq-autosubst" { = "dev.coq86" } "coq-autosubst" { = "dev.coq86" }
] ]
...@@ -20,4 +20,3 @@ Proof. ...@@ -20,4 +20,3 @@ Proof.
set ( := IrisG _ _ Hinv (λ _ _ _, True)%I (λ _, True)%I). set ( := IrisG _ _ Hinv (λ _ _ _, True)%I (λ _, True)%I).
iApply (wp_wand with "[]"). by iApply wp_soundness. eauto. iApply (wp_wand with "[]"). by iApply wp_soundness. eauto.
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