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
Iris
Iris
Commits
5fc07ae0
Commit
5fc07ae0
authored
Aug 07, 2017
by
Jacques-Henri Jourdan
Browse files
Broken exist_mono'
parent
2dc55133
Pipeline
#4296
passed with stage
in 2 minutes and 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
theories/base_logic/derived.v
View file @
5fc07ae0
...
...
@@ -138,7 +138,7 @@ Global Instance forall_flip_mono' A :
Proper
(
pointwise_relation
_
(
flip
(
⊢
))
==>
flip
(
⊢
))
(@
uPred_forall
M
A
).
Proof
.
intros
P1
P2
;
apply
forall_mono
.
Qed
.
Global
Instance
exist_mono'
A
:
Proper
(
pointwise_relation
_
(
flip
(
⊢
)
)
==>
flip
(
⊢
))
(@
uPred_exist
M
A
).
Proper
(
pointwise_relation
_
(
⊢
)
==>
(
⊢
))
(@
uPred_exist
M
A
).
Proof
.
intros
P1
P2
;
apply
exist_mono
.
Qed
.
Global
Instance
exist_flip_mono'
A
:
Proper
(
pointwise_relation
_
(
flip
(
⊢
))
==>
flip
(
⊢
))
(@
uPred_exist
M
A
).
...
...
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