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
Janno
iris-coq
Commits
f2fe3041
Commit
f2fe3041
authored
Jun 29, 2018
by
Robbert Krebbers
Browse files
More Implicit Types.
parent
ffd67c09
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/bi/lib/laterable.v
View file @
f2fe3041
...
...
@@ -11,7 +11,8 @@ Hint Mode Laterable + ! : typeclass_instances.
Section
instances
.
Context
{
PROP
:
sbi
}.
Implicit
Type
(
P
:
PROP
).
Implicit
Types
P
:
PROP
.
Implicit
Types
Ps
:
list
PROP
.
Global
Instance
later_laterable
P
:
Laterable
(
▷
P
).
Proof
.
...
...
@@ -54,6 +55,6 @@ Section instances.
Global
Instance
big_sepL_laterable
Ps
:
Timeless
(
PROP
:
=
PROP
)
emp
→
TCForall
Laterable
Ps
→
Laterable
(
PROP
:
=
PROP
)
([
∗
]
Ps
).
Laterable
([
∗
]
Ps
).
Proof
.
induction
2
;
simpl
;
apply
_
.
Qed
.
End
instances
.
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