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
feae9588
Commit
feae9588
authored
Jun 14, 2018
by
Ralf Jung
Browse files
fix build
parent
2649cb67
Pipeline
#9921
passed with stage
in 5 minutes and 59 seconds
Changes
2
Pipelines
7
Hide whitespace changes
Inline
Side-by-side
theories/concurrent_stacks/concurrent_stack3.v
View file @
feae9588
...
...
@@ -208,6 +208,6 @@ Section stack_works.
{|
spec
.
mk_stack
:
=
mk_stack
|}.
Next
Obligation
.
iIntros
(?????
Φ
)
"HP HΦ"
.
iApply
(
stack_works
with
"[HΦ] HP"
).
iIntros
"!>"
(
f
₁
f
₂
)
"Hpop Hpush"
.
iApply
"HΦ"
.
iFrame
.
iNext
.
iIntros
(
f
₁
f
₂
)
"Hpop Hpush"
.
iApply
"HΦ"
.
iFrame
.
Qed
.
End
stack_works
.
theories/concurrent_stacks/concurrent_stack4.v
View file @
feae9588
...
...
@@ -625,6 +625,6 @@ Section stack_works.
{|
spec
.
mk_stack
:
=
mk_stack
|}.
Next
Obligation
.
iIntros
(??????
Φ
)
"HP HΦ"
.
iApply
(
stack_works
with
"[HΦ] HP"
).
iIntros
"!>"
(
f
₁
f
₂
)
"#[Hpop Hpush]"
.
iApply
"HΦ"
.
iFrame
"#"
.
iNext
.
iIntros
(
f
₁
f
₂
)
"#[Hpop Hpush]"
.
iApply
"HΦ"
.
iFrame
"#"
.
Qed
.
End
stack_works
.
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