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

Bump Iris.

parent 2ad604f6
No related branches found
No related tags found
No related merge requests found
Pipeline #25095 passed
......@@ -14,7 +14,7 @@ the type system, and safety proof for some Rust libraries.
"""
depends: [
"coq-iris" { (= "dev.2020-02-25.3.bb9152ec") | (= "dev") }
"coq-iris" { (= "dev.2020-03-10.6.79f576aa") | (= "dev") }
]
build: [make "-j%{jobs}%"]
......
......@@ -75,7 +75,7 @@ Lemma next_access_head_reductible_ctx e σ σ' a l K :
next_access_head e σ' a l reducible (fill K e) σ head_reducible e σ.
Proof.
intros Hhead Hred. apply prim_head_reducible.
- eapply (reducible_fill (K:=ectx_language.fill K)), Hred. destruct Hhead; eauto.
- eapply (reducible_fill_inv (K:=ectx_language.fill K)), Hred. destruct Hhead; eauto.
- apply ectxi_language_sub_redexes_are_values. intros [] ? ->; inversion Hhead; eauto.
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