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
ae0b5798
Commit
ae0b5798
authored
5 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
Break some very long lines in `class_instances_bi`.
parent
7a4ff479
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
theories/proofmode/class_instances_bi.v
+5
-2
5 additions, 2 deletions
theories/proofmode/class_instances_bi.v
with
5 additions
and
2 deletions
theories/proofmode/class_instances_bi.v
+
5
−
2
View file @
ae0b5798
...
@@ -698,7 +698,8 @@ Qed.
...
@@ -698,7 +698,8 @@ Qed.
Global
Instance
into_and_sep
`{
BiPositive
PROP
}
P
Q
:
IntoAnd
true
(
P
∗
Q
)
P
Q
.
Global
Instance
into_and_sep
`{
BiPositive
PROP
}
P
Q
:
IntoAnd
true
(
P
∗
Q
)
P
Q
.
Proof
.
Proof
.
rewrite
/
IntoAnd
/=
intuitionistically_sep
-
and_sep_intuitionistically
intuitionistically_and
//.
rewrite
/
IntoAnd
/=
intuitionistically_sep
-
and_sep_intuitionistically
intuitionistically_and
//.
Qed
.
Qed
.
Global
Instance
into_and_sep_affine
P
Q
:
Global
Instance
into_and_sep_affine
P
Q
:
TCOr
(
Affine
P
)
(
Absorbing
Q
)
→
TCOr
(
Absorbing
P
)
(
Affine
Q
)
→
TCOr
(
Affine
P
)
(
Absorbing
Q
)
→
TCOr
(
Absorbing
P
)
(
Affine
Q
)
→
...
@@ -990,7 +991,9 @@ Global Instance into_forall_wand P Q :
...
@@ -990,7 +991,9 @@ Global Instance into_forall_wand P Q :
Proof
.
rewrite
/
IntoForall
.
apply
forall_intro
=>
<-.
rewrite
emp_wand
//.
Qed
.
Proof
.
rewrite
/
IntoForall
.
apply
forall_intro
=>
<-.
rewrite
emp_wand
//.
Qed
.
Global
Instance
into_forall_impl
`{
!
BiAffine
PROP
}
P
Q
:
Global
Instance
into_forall_impl
`{
!
BiAffine
PROP
}
P
Q
:
IntoForall
(
P
→
Q
)
(
λ
_
:
⊢
P
,
Q
)
|
10
.
IntoForall
(
P
→
Q
)
(
λ
_
:
⊢
P
,
Q
)
|
10
.
Proof
.
rewrite
/
IntoForall
.
apply
forall_intro
=>
<-.
rewrite
-
True_emp
True_impl
//.
Qed
.
Proof
.
rewrite
/
IntoForall
.
apply
forall_intro
=>
<-.
rewrite
-
True_emp
True_impl
//.
Qed
.
(** FromForall *)
(** FromForall *)
Global
Instance
from_forall_forall
{
A
}
(
Φ
:
A
→
PROP
)
:
Global
Instance
from_forall_forall
{
A
}
(
Φ
:
A
→
PROP
)
:
...
...
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