Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Janno
iris-coq
Commits
b6192940
Commit
b6192940
authored
Aug 09, 2016
by
Ralf Jung
Browse files
closed proofs: be more explicit about composed gFunctors
parent
3077c6c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/barrier_client.v
View file @
b6192940
...
...
@@ -57,10 +57,16 @@ Section client.
Qed
.
End
client
.
Section
ClosedProofs
.
Definition
Σ
:
gFunctors
:
=
#[
heap
Σ
;
barrier
Σ
;
spawn
Σ
].
Lemma
client_adequate
σ
:
adequate
client
σ
(
λ
_
,
True
).
Proof
.
apply
(
heap_adequacy
#[
heap
Σ
;
barrier
Σ
;
spawn
Σ
]
)=>
?.
apply
(
heap_adequacy
Σ
)=>
?.
apply
(
client_safe
(
nroot
.@
"barrier"
))
;
auto
with
ndisj
.
Qed
.
Print
Assumptions
client_adequate
.
End
ClosedProofs
.
Write
Preview
Supports
Markdown
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