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
Rodolphe Lepigre
Iris
Commits
095086fe
Commit
095086fe
authored
Aug 02, 2016
by
Robbert Krebbers
Browse files
Fix framing under conjunctions.
parent
7542306e
Changes
1
Hide whitespace changes
Inline
Side-by-side
proofmode/class_instances.v
View file @
095086fe
...
...
@@ -219,7 +219,7 @@ Global Instance make_and_true_l P : MakeAnd True P P.
Proof
.
by
rewrite
/
MakeAnd
left_id
.
Qed
.
Global
Instance
make_and_true_r
P
:
MakeAnd
P
True
P
.
Proof
.
by
rewrite
/
MakeAnd
right_id
.
Qed
.
Global
Instance
make_and_default
P
Q
:
Make
Sep
P
Q
(
P
★
Q
)
|
100
.
Global
Instance
make_and_default
P
Q
:
Make
And
P
Q
(
P
∧
Q
)
|
100
.
Proof
.
done
.
Qed
.
Global
Instance
frame_and_l
R
P1
P2
Q
Q'
:
Frame
R
P1
Q
→
MakeAnd
Q
P2
Q'
→
Frame
R
(
P1
∧
P2
)
Q'
|
9
.
...
...
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