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

update dependencies

parent 9887f29b
No related branches found
No related tags found
No related merge requests found
Pipeline #41933 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-02-03.0.9534c656") | (= "dev") } "coq-iris-heap-lang" { (= "dev.2021-02-10.0.7b4a04ce") | (= "dev") }
"coq-autosubst" { = "dev" } "coq-autosubst" { = "dev" }
] ]
...@@ -94,7 +94,7 @@ Section logic. ...@@ -94,7 +94,7 @@ Section logic.
- apply auth_update_alloc. - apply auth_update_alloc.
apply (gset_local_update _ _ (({[(a, b)]} : gset (A * B)) L)). apply (gset_local_update _ _ (({[(a, b)]} : gset (A * B)) L)).
apply union_subseteq_r. apply union_subseteq_r.
- rewrite -gset_op_union auth_frag_op !own_op. - rewrite -gset_op auth_frag_op !own_op.
iDestruct "HL" as "[$ [$ _]]". iDestruct "HL" as "[$ [$ _]]".
iModIntro. iPureIntro. iModIntro. iPureIntro.
by apply bijective_extend. by apply bijective_extend.
......
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