Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
examples
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Iris
examples
Commits
5f8c023e
Commit
5f8c023e
authored
Dec 07, 2017
by
Ralf Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix for Iris with stuckness bit
parent
41091021
Pipeline
#5895
passed with stage
in 3 minutes and 31 seconds
Changes
2
Pipelines
24
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
opam
opam
+1
-1
example_client.v
theories/barrier/example_client.v
+1
-1
No files found.
opam
View file @
5f8c023e
...
...
@@ -9,6 +9,6 @@ build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-rf" "%{lib}%/coq/user-contrib/iris_examples"]
depends: [
"coq-iris" { (= "dev.2017-1
1-18.1
") | (= "dev") }
"coq-iris" { (= "dev.2017-1
2-07.2
") | (= "dev") }
"coq-autosubst" { = "dev.coq86" }
]
theories/barrier/example_client.v
View file @
5f8c023e
...
...
@@ -61,7 +61,7 @@ Section ClosedProofs.
Let
Σ
:
gFunctors
:=
#[
heap
Σ
;
barrier
Σ
;
spawn
Σ
].
Lemma
client_adequate
σ
:
adequate
client
σ
(
λ
_,
True
).
Lemma
client_adequate
σ
:
adequate
NotStuck
client
σ
(
λ
_,
True
).
Proof
.
apply
(
heap_adequacy
Σ
)=>
?.
apply
client_safe
.
Qed
.
End
ClosedProofs
.
...
...
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