Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Iris
examples
Commits
0c8495a1
Commit
0c8495a1
authored
Jan 25, 2019
by
Ralf Jung
Browse files
fix treiber
parent
d6222bb0
Pipeline
#14070
passed with stage
in 10 minutes and 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
theories/logatom/treiber.v
View file @
0c8495a1
...
...
@@ -114,7 +114,7 @@ Section proof.
destruct
(
decide
(
hd
=
hd'
))
as
[->|
Hneq
].
*
wp_cas_suc
.
iDestruct
"Hvs'"
as
"[_ Hvs']"
.
iMod
(
"Hvs'"
with
"[-]"
)
as
"HQ"
.
{
by
eauto
with
iFrame
.
}
{
simpl
.
by
eauto
10
with
iFrame
.
}
iModIntro
.
wp_if
.
eauto
.
*
wp_cas_fail
.
iDestruct
"Hvs'"
as
"[Hvs' _]"
.
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment