Skip to content
Snippets Groups Projects
Commit 50b5b17a authored by Lennard Gäher's avatar Lennard Gäher
Browse files

bump iris

parent 152eaab9
No related branches found
No related tags found
No related merge requests found
Pipeline #79252 failed
...@@ -10,7 +10,7 @@ version: "dev" ...@@ -10,7 +10,7 @@ version: "dev"
depends: [ depends: [
"coq" { (>= "8.13" & < "8.17~") | (= "dev") } "coq" { (>= "8.13" & < "8.17~") | (= "dev") }
"coq-iris-heap-lang" { (= "dev.2022-11-29.2.de908f52") | (= "dev") } "coq-iris-heap-lang" { (= "dev.2023-03-07.1.7e127436") | (= "dev") }
"coq-equations" { (= "1.2.4+8.13") | (= "1.3+8.14") | (= "1.3+8.15") | (= "1.3+8.16") } "coq-equations" { (= "1.2.4+8.13") | (= "1.3+8.14") | (= "1.3+8.15") | (= "1.3+8.16") }
"coq-autosubst" { (= "1.7") | (= "dev") } "coq-autosubst" { (= "1.7") | (= "dev") }
] ]
......
...@@ -72,7 +72,7 @@ Proof. ...@@ -72,7 +72,7 @@ Proof.
(* FIXME: reflexivity, as being called many times by f_equiv and f_contractive (* FIXME: reflexivity, as being called many times by f_equiv and f_contractive
is very slow here *) is very slow here *)
do 22 (f_contractive || f_equiv). do 22 (f_contractive || f_equiv).
rewrite IH; [done | lia | ]. intros v. eapply dist_S, . rewrite IH; [done | lia | ]. intros v. eapply dist_lt; done.
Qed. Qed.
Global Instance wp'_proper s E e : Global Instance wp'_proper s E e :
Proper (pointwise_relation _ () ==> ()) (wp' s E e). Proper (pointwise_relation _ () ==> ()) (wp' s E e).
......
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