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
George Pirlea
Iris
Commits
6567b894
Commit
6567b894
authored
Feb 23, 2018
by
Robbert Krebbers
Browse files
Fix small naming inconsistency.
parent
c5815ae5
Changes
2
Hide whitespace changes
Inline
Side-by-side
theories/bi/embedding.v
View file @
6567b894
...
...
@@ -42,7 +42,7 @@ Section bi_embedding.
Global
Instance
bi_embed_proper
:
Proper
((
≡
)
==>
(
≡
))
bi_embed
.
Proof
.
apply
(
ne_proper
_
).
Qed
.
Global
Instance
bi_embed_
mono_flip
:
Proper
(
flip
(
⊢
)
==>
flip
(
⊢
))
bi_embed
.
Global
Instance
bi_embed_
flip_mono
:
Proper
(
flip
(
⊢
)
==>
flip
(
⊢
))
bi_embed
.
Proof
.
solve_proper
.
Qed
.
Global
Instance
bi_embed_inj
:
Inj
(
≡
)
(
≡
)
bi_embed
.
Proof
.
...
...
theories/bi/monpred.v
View file @
6567b894
...
...
@@ -416,7 +416,7 @@ Implicit Types P Q : monPred.
Global
Instance
monPred_at_mono
:
Proper
((
⊢
)
==>
(
⊑
)
==>
(
⊢
))
monPred_at
.
Proof
.
by
move
=>
??
[?]
??
->.
Qed
.
Global
Instance
monPred_at_
mono_flip
:
Global
Instance
monPred_at_
flip_mono
:
Proper
(
flip
(
⊢
)
==>
flip
(
⊑
)
==>
flip
(
⊢
))
monPred_at
.
Proof
.
solve_proper
.
Qed
.
...
...
@@ -426,7 +426,7 @@ Global Instance monPred_in_proper (R : relation I) :
Proof
.
unseal
.
split
.
solve_proper
.
Qed
.
Global
Instance
monPred_in_mono
:
Proper
(
flip
(
⊑
)
==>
(
⊢
))
(@
monPred_in
I
PROP
).
Proof
.
unseal
.
split
.
solve_proper
.
Qed
.
Global
Instance
monPred_in_
mono_flip
:
Proper
((
⊑
)
==>
flip
(
⊢
))
(@
monPred_in
I
PROP
).
Global
Instance
monPred_in_
flip_mono
:
Proper
((
⊑
)
==>
flip
(
⊢
))
(@
monPred_in
I
PROP
).
Proof
.
solve_proper
.
Qed
.
Global
Instance
monPred_positive
:
BiPositive
PROP
→
BiPositive
monPredI
.
...
...
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