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
Gaëtan Gilbert
Iris
Commits
3f4603f0
Verified
Commit
3f4603f0
authored
3 years ago
by
Paolo G. Giarrusso
Browse files
Options
Downloads
Patches
Plain Diff
Clarify funny proof of `tac_twp_cmpxchg_fail`
To avoid confusion from
iris/iris@d2c226e7 (comment 73999)
.
parent
b9315f85
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
iris_heap_lang/proofmode.v
+2
-1
2 additions, 1 deletion
iris_heap_lang/proofmode.v
with
2 additions
and
1 deletion
iris_heap_lang/proofmode.v
+
2
−
1
View file @
3f4603f0
...
...
@@ -473,7 +473,8 @@ Lemma tac_twp_cmpxchg_fail Δ s E i K l q v v1 v2 Φ :
Proof
.
rewrite
envs_entails_eq
.
intros
.
rewrite
-
twp_bind
.
eapply
wand_apply
;
first
exact
:
twp_cmpxchg_fail
.
rewrite
envs_lookup_split
//=.
simpl
.
by
do
2
f_equiv
.
(* [//] solves some evars and enables further simplification. *)
rewrite
envs_lookup_split
/=
//
/=.
by
do
2
f_equiv
.
Qed
.
Lemma
tac_wp_cmpxchg_suc
Δ
Δ'
s
E
i
K
l
v
v1
v2
Φ
:
...
...
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