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
Lennard Gäher
Iris
Commits
ae0b5798
Commit
ae0b5798
authored
Apr 02, 2020
by
Robbert Krebbers
Browse files
Break some very long lines in `class_instances_bi`.
parent
7a4ff479
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/proofmode/class_instances_bi.v
View file @
ae0b5798
...
...
@@ -698,7 +698,8 @@ Qed.
Global
Instance
into_and_sep
`
{
BiPositive
PROP
}
P
Q
:
IntoAnd
true
(
P
∗
Q
)
P
Q
.
Proof
.
rewrite
/
IntoAnd
/=
intuitionistically_sep
-
and_sep_intuitionistically
intuitionistically_and
//.
rewrite
/
IntoAnd
/=
intuitionistically_sep
-
and_sep_intuitionistically
intuitionistically_and
//.
Qed
.
Global
Instance
into_and_sep_affine
P
Q
:
TCOr
(
Affine
P
)
(
Absorbing
Q
)
→
TCOr
(
Absorbing
P
)
(
Affine
Q
)
→
...
...
@@ -990,7 +991,9 @@ Global Instance into_forall_wand P Q :
Proof
.
rewrite
/
IntoForall
.
apply
forall_intro
=><-.
rewrite
emp_wand
//.
Qed
.
Global
Instance
into_forall_impl
`
{!
BiAffine
PROP
}
P
Q
:
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 *)
Global
Instance
from_forall_forall
{
A
}
(
Φ
:
A
→
PROP
)
:
...
...
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