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
Tej Chajed
iris
Commits
9b6f2c6e
Commit
9b6f2c6e
authored
Feb 11, 2015
by
Ralf Jung
Browse files
tune some more priorities, to make sure we use Props_preo and Props_pcm
parent
1113f98e
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/ModuRes/PreoMet.v
View file @
9b6f2c6e
...
...
@@ -95,7 +95,7 @@ Section PUMMorphProps1.
unfold
cchain
;
intros
;
apply
σ
c
;
assumption
.
Qed
.
Global
Program
Instance
PMpreoT
:
preoType
(
T
-
m
>
U
)
:
=
Global
Program
Instance
PMpreoT
:
preoType
(
T
-
m
>
U
)
|
5
:
=
mkPOType
(
fun
f
g
=>
forall
x
,
(
f
x
⊑
g
x
)%
pd
).
Next
Obligation
.
split
.
...
...
@@ -134,7 +134,7 @@ Section PUMMorphProps1.
Arguments
PMEquiv
_
_
/.
Global
Instance
mon_morph_preoT
:
pcmType
(
T
-
m
>
U
).
Global
Instance
mon_morph_preoT
:
pcmType
(
T
-
m
>
U
)
|
5
.
Proof
.
clear
;
split
.
-
intros
f1
f2
HEqf
g1
g2
HEqg
;
split
;
intros
HSub
x
;
[
symmetry
in
HEqf
,
HEqg
|]
;
...
...
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