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
Dan Frumin
ReLoC-v1
Commits
6b01a6cf
Commit
6b01a6cf
authored
Sep 26, 2017
by
Dan Frumin
Browse files
Add the `TimelessP (j ⤇ e)` instance.
parent
a0de8ddf
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/logrel/threadpool.v
View file @
6b01a6cf
...
...
@@ -46,6 +46,8 @@ Section definitionsS.
Global
Instance
heapS_mapsto_timeless
l
q
v
:
TimelessP
(
heapS_mapsto
l
q
v
).
Proof
.
rewrite
heapS_mapsto_eq
.
apply
_.
Qed
.
Global
Instance
tpool_mapsto_timeless
j
e
:
TimelessP
(
tpool_mapsto
j
e
).
Proof
.
rewrite
tpool_mapsto_eq
.
apply
_.
Qed
.
Global
Instance
spec_ctx_persistent
ρ
:
PersistentP
(
spec_ctx
ρ
).
Proof
.
apply
_.
Qed
.
End
definitionsS
.
...
...
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