Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Iris
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Simcha van Collem
Iris
Commits
398bae9d
Commit
398bae9d
authored
7 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
Curry saved_prop_agree. This fixes #90.
parent
af18cb32
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
theories/base_logic/lib/saved_prop.v
+2
-1
2 additions, 1 deletion
theories/base_logic/lib/saved_prop.v
theories/heap_lang/lib/barrier/proof.v
+2
-2
2 additions, 2 deletions
theories/heap_lang/lib/barrier/proof.v
with
4 additions
and
3 deletions
theories/base_logic/lib/saved_prop.v
+
2
−
1
View file @
398bae9d
...
...
@@ -34,8 +34,9 @@ Section saved_prop.
Proof
.
by
apply
own_alloc
.
Qed
.
Lemma
saved_prop_agree
γ
x
y
:
saved_prop_own
γ
x
∗
saved_prop_own
γ
y
⊢
▷
(
x
≡
y
)
.
saved_prop_own
γ
x
-
∗
saved_prop_own
γ
y
-∗
▷
(
x
≡
y
)
.
Proof
.
apply
wand_intro_r
.
rewrite
-
own_op
own_valid
agree_validI
agree_equivI
later_equivI
.
set
(
G1
:=
cFunctor_map
F
(
iProp_fold
,
iProp_unfold
))
.
set
(
G2
:=
cFunctor_map
F
(
@
iProp_unfold
Σ
,
@
iProp_fold
Σ
))
.
...
...
This diff is collapsed.
Click to expand it.
theories/heap_lang/lib/barrier/proof.v
+
2
−
2
View file @
398bae9d
...
...
@@ -78,7 +78,7 @@ Proof.
iIntros
(????)
"#HQ #H1 #H2 HQR"
;
iDestruct
1
as
(
Ψ
)
"[HPΨ HΨ]"
.
iDestruct
(
big_opS_delete
_
_
i
with
"HΨ"
)
as
"[#HΨi HΨ]"
;
first
done
.
iExists
(
<
[
i1
:=
R1
]
>
(
<
[
i2
:=
R2
]
>
Ψ
))
.
iSplitL
"HQR HPΨ"
.
-
iPoseProof
(
saved_prop_agree
i
Q
(
Ψ
i
)
with
"[#]
"
)
as
"Heq"
;
first
by
iSplit
.
-
iPoseProof
(
saved_prop_agree
with
"HQ HΨi
"
)
as
"
#
Heq"
.
iNext
.
iRewrite
"Heq"
in
"HQR"
.
iIntros
"HP"
.
iSpecialize
(
"HPΨ"
with
"HP"
)
.
iDestruct
(
big_opS_delete
_
_
i
with
"HPΨ"
)
as
"[HΨ HPΨ]"
;
first
done
.
iDestruct
(
"HQR"
with
"HΨ"
)
as
"[HR1 HR2]"
.
...
...
@@ -153,7 +153,7 @@ Proof.
iMod
(
"Hclose"
$!
(
State
High
(
I
∖
{[
i
]}))
(
∅
:
set
token
)
with
"[HΨ' Hl Hsp]"
)
.
{
iSplit
;
[
iPureIntro
;
by
eauto
using
wait_step
|]
.
rewrite
/
barrier_inv
/=.
iNext
.
iFrame
"Hl"
.
iExists
Ψ
;
iFrame
.
auto
.
}
iPoseProof
(
saved_prop_agree
i
Q
(
Ψ
i
)
with
"[#]
"
)
as
"Heq"
;
first
by
auto
.
iPoseProof
(
saved_prop_agree
with
"HQ HΨi
"
)
as
"
#
Heq"
.
iModIntro
.
wp_if
.
iApply
"HΦ"
.
iApply
"HQR"
.
by
iRewrite
"Heq"
.
Qed
.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment