Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
examples
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
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"
).
i
Intros
"!>"
(
f
₁
f
₂
)
"Hpop Hpush"
.
iApply
"HΦ"
.
iFrame
.
i
Next
.
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"
).
i
Intros
"!>"
(
f
₁
f
₂
)
"#[Hpop Hpush]"
.
iApply
"HΦ"
.
iFrame
"#"
.
i
Next
.
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