Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Iris
examples
Commits
feae9588
Commit
feae9588
authored
Jun 14, 2018
by
Ralf Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
theories/concurrent_stacks/concurrent_stack3.v
theories/concurrent_stacks/concurrent_stack3.v
+1
-1
theories/concurrent_stacks/concurrent_stack4.v
theories/concurrent_stacks/concurrent_stack4.v
+1
-1
No files found.
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
Markdown
is supported
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