Skip to content
Snippets Groups Projects
Commit 50b3a1f0 authored by Jacques-Henri Jourdan's avatar Jacques-Henri Jourdan
Browse files

Bump.

parent 4b322da9
No related branches found
No related tags found
No related merge requests found
Pipeline #51902 passed
...@@ -15,7 +15,7 @@ This branch uses a proper weak memory model. ...@@ -15,7 +15,7 @@ This branch uses a proper weak memory model.
""" """
depends: [ depends: [
"coq-gpfsl" { (= "dev.2021-07-23.0.bc8c3ad9") | (= "dev") } "coq-gpfsl" { (= "dev.2021-07-27.0.774a97d1") | (= "dev") }
] ]
build: [make "-j%{jobs}%"] build: [make "-j%{jobs}%"]
......
...@@ -244,8 +244,8 @@ Proof. ...@@ -244,8 +244,8 @@ Proof.
assert (Hhv : κ, κ dom (gset _) I lft_has_view A' κ (Vs κ)). assert (Hhv : κ, κ dom (gset _) I lft_has_view A' κ (Vs κ)).
{ intros κ Λ' HΛ'. assert (Hhv : lft_has_view A κ (Vs κ)) by auto. { intros κ Λ' HΛ'. assert (Hhv : lft_has_view A κ (Vs κ)) by auto.
specialize (Hhv Λ' HΛ'). specialize (Hhv Λ' HΛ').
destruct (decide (Λ = Λ')) as [<-|]; rewrite ?lookup_insert ?lookup_insert_ne //=. destruct (decide (Λ = Λ')) as [<-|]; rewrite ?lookup_insert ?lookup_insert_ne //=.
assert ({[Λ]} κ) by by apply gmultiset_elem_of_singleton_subseteq. auto. } assert ({[Λ]} κ) by by apply gmultiset_singleton_subseteq_l. auto. }
iModIntro. iModIntro. iExists A', I. iModIntro. iModIntro. iExists A', I.
rewrite /own_alft_auth /to_alftUR fmap_insert. iFrame "HA HI". rewrite /own_alft_auth /to_alftUR fmap_insert. iFrame "HA HI".
rewrite HI !big_sepS_union //. iSplitL "HinvD". rewrite HI !big_sepS_union //. iSplitL "HinvD".
......
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