Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
George Pirlea
Iris
Commits
40370710
Commit
40370710
authored
Feb 22, 2018
by
Robbert Krebbers
Browse files
Properly name variable.
parent
6567b894
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/heap_lang/lib/increment.v
View file @
40370710
...
...
@@ -30,7 +30,7 @@ Section increment.
wp_apply
load_spec
.
(* Prove the atomic shift for load *)
iDestruct
"AUpd"
as
(
F
P
)
"(HF & HP & #AShft)"
.
iExists
F
,
P
.
iFrame
.
iIntros
"!#
* %
HP"
.
iExists
F
,
P
.
iFrame
.
iIntros
"!#
"
(
E
?)
"
HP"
.
iMod
(
"AShft"
with
"[%] HP"
)
as
(
x
)
"[H↦ Hclose]"
;
first
done
.
iModIntro
.
iExists
(#
x
,
1
%
Qp
).
iFrame
.
iSplit
.
{
iDestruct
"Hclose"
as
"[Hclose _]"
.
iApply
"Hclose"
.
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment