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
5f8c023e
Commit
5f8c023e
authored
Dec 07, 2017
by
Ralf Jung
Browse files
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
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
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