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
Rodolphe Lepigre
Iris
Commits
eb203c6b
Commit
eb203c6b
authored
Dec 18, 2017
by
Jacques-Henri Jourdan
Browse files
Tweak.
parent
c1196f5e
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/bi/monpred.v
View file @
eb203c6b
...
...
@@ -500,7 +500,7 @@ Global Instance monPred_car_timeless P i : Timeless P → Timeless (P i).
Proof
.
move
=>
[]
/(
_
i
).
unfold
Timeless
.
by
unseal
.
Qed
.
Global
Instance
monPred_ipure_timeless
(
P
:
PROP
)
:
Timeless
P
→
@
Timeless
(
monPredSI
I
PROP
)
⎡
P
⎤
%
I
.
Proof
.
intros
.
split
=>
?
/=.
unseal
.
exact
:
H
.
Qed
.
Proof
.
intros
.
split
=>
?
/=.
by
unseal
.
Qed
.
Global
Instance
monPred_in_timeless
i0
:
Timeless
(@
monPred_in
I
PROP
i0
).
Proof
.
split
=>
?
/=.
unseal
.
apply
timeless
,
_
.
Qed
.
Global
Instance
monPred_all_timeless
P
:
...
...
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