Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Iris
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pierre Roux
Iris
Commits
381347b5
Commit
381347b5
authored
3 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
comments; proof style
parent
12137966
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
iris/bi/lib/laterable.v
+5
-5
5 additions, 5 deletions
iris/bi/lib/laterable.v
with
5 additions
and
5 deletions
iris/bi/lib/laterable.v
+
5
−
5
View file @
381347b5
...
@@ -10,8 +10,8 @@ Global Arguments laterable {_} _%I {_}.
...
@@ -10,8 +10,8 @@ Global Arguments laterable {_} _%I {_}.
Global
Hint
Mode
Laterable
+
!
:
typeclass_instances
.
Global
Hint
Mode
Laterable
+
!
:
typeclass_instances
.
(** Proofmode class for turning [P] into a laterable [Q].
(** Proofmode class for turning [P] into a laterable [Q].
W
e
ll be the identity if [P] already is laterable, and add
W
i
ll be the identity if [P] already is laterable, and add
[
make_laterable
] otherwise. *)
[
▷
] otherwise. *)
Class
IntoLaterable
{
PROP
:
bi
}
(
P
Q
:
PROP
)
:
Prop
:=
{
Class
IntoLaterable
{
PROP
:
bi
}
(
P
Q
:
PROP
)
:
Prop
:=
{
(** This is non-standard; usually we would just demand
(** This is non-standard; usually we would just demand
[P ⊢ make_laterable Q]. However, we need these stronger properties for
[P ⊢ make_laterable Q]. However, we need these stronger properties for
...
@@ -224,9 +224,9 @@ Section instances.
...
@@ -224,9 +224,9 @@ Section instances.
modality_mixin
make_laterable
MIEnvId
(
MIEnvTransform
IntoLaterable
)
.
modality_mixin
make_laterable
MIEnvId
(
MIEnvTransform
IntoLaterable
)
.
Proof
.
Proof
.
split
;
simpl
;
eauto
using
make_laterable_intro'
,
make_laterable_mono
,
split
;
simpl
;
eauto
using
make_laterable_intro'
,
make_laterable_mono
,
make_laterable_sep
,
intuitionistic_laterable
with
typeclass_instances
.
make_laterable_sep
,
intuitionistic_laterable
with
typeclass_instances
;
[]
.
-
intros
P
Q
?
.
rewrite
(
into_laterable
P
)
.
intros
P
Q
?
.
rewrite
(
into_laterable
P
)
.
apply
make_laterable_intro'
.
eapply
(
into_laterable_result_laterable
P
),
_
.
apply
make_laterable_intro'
.
eapply
(
into_laterable_result_laterable
P
),
_
.
Qed
.
Qed
.
Definition
modality_make_laterable
`{
!
Timeless
(
PROP
:=
PROP
)
emp
}
:=
Definition
modality_make_laterable
`{
!
Timeless
(
PROP
:=
PROP
)
emp
}
:=
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment