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

update dependencies, fix for agree_op_inv rename

parent 54ac1ffd
No related branches found
No related tags found
No related merge requests found
Pipeline #34125 failed
......@@ -9,6 +9,6 @@ build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-rf" "%{lib}%/coq/user-contrib/reloc"]
depends: [
"coq-iris" { (= "dev.2020-09-03.0.96df7997") | (= "dev") }
"coq-iris" { (= "dev.2020-09-14.5.5d04e9aa") | (= "dev") }
"coq-autosubst" { = "dev.coq86" }
]
......@@ -71,7 +71,7 @@ Section cnt_model.
iPureIntro. revert Hfoo.
rewrite -auth_frag_op -Some_op -pair_op.
rewrite auth_frag_valid Some_valid.
by intros [_ foo%agree_op_invL']%pair_valid.
by intros [_ foo%to_agree_op_inv_L']%pair_valid.
Qed.
Lemma cnt_agree_2 γ q n m :
......
......@@ -142,7 +142,7 @@ Section mapsto.
rewrite -pair_op singleton_op right_id -pair_op.
move=> [_ Hv]. move:Hv => /=.
rewrite singleton_valid.
by move=> [_] /agree_op_invL' [->].
by move=> [_] /to_agree_op_inv_L' [->].
Qed.
Lemma mapstoS_valid l q v : l {q} v -∗ q.
......
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