Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Pierre-Marie Pédrot
Iris
Commits
efd5e13e
Commit
efd5e13e
authored
Sep 07, 2017
by
Robbert Krebbers
Committed by
Jacques-Henri Jourdan
Oct 31, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Missing timeless instances.
parent
f0e57c42
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
theories/bi/derived.v
theories/bi/derived.v
+6
-0
No files found.
theories/bi/derived.v
View file @
efd5e13e
...
...
@@ -1713,6 +1713,12 @@ Proof.
by
rewrite
(
timeless
P
)
/
bi_except_0
persistently_or
{
1
}
persistently_elim
.
Qed
.
Global
Instance
bare_timeless
P
:
Timeless
(
emp
%
I
:
PROP
)
→
Timeless
P
→
Timeless
(
■
P
).
Proof
.
rewrite
/
bi_bare
;
apply
_
.
Qed
.
Global
Instance
sink_timeless
P
:
Timeless
P
→
Timeless
(
▲
P
).
Proof
.
rewrite
/
bi_sink
;
apply
_
.
Qed
.
Global
Instance
eq_timeless
{
A
:
ofeT
}
(
a
b
:
A
)
:
Discrete
a
→
Timeless
(
a
≡
b
:
PROP
)%
I
.
Proof
.
intros
.
rewrite
/
Discrete
!
discrete_eq
.
apply
(
timeless
_
).
Qed
.
...
...
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