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
Jonas Kastberg
iris
Commits
7a04946d
Commit
7a04946d
authored
Nov 20, 2017
by
Robbert Krebbers
Browse files
Bump stdpp.
parent
a51a6e3e
Changes
2
Hide whitespace changes
Inline
Side-by-side
opam
View file @
7a04946d
...
...
@@ -12,5 +12,5 @@ remove: ["rm" "-rf" "%{lib}%/coq/user-contrib/iris"]
depends: [
"coq" { >= "8.6.1" & < "8.8~" }
"coq-mathcomp-ssreflect" { (>= "1.6.1" & < "1.7~") | (= "dev") }
"coq-stdpp" { (= "dev.2017-11-
18
.0") | (= "dev") }
"coq-stdpp" { (= "dev.2017-11-
20
.0") | (= "dev") }
]
theories/algebra/sts.v
View file @
7a04946d
...
...
@@ -79,7 +79,7 @@ Qed.
Global
Instance
up_set_preserving
:
Proper
((
⊆
)
==>
flip
(
⊆
)
==>
(
⊆
))
up_set
.
Proof
.
intros
S1
S2
HS
T1
T2
HT
.
rewrite
/
up_set
.
f_equiv
=>
//
s1
s2
Hs
.
by
apply
up_preserving
.
f_equiv
=>
//
s1
s2
.
by
apply
up_preserving
.
Qed
.
Global
Instance
up_set_proper
:
Proper
((
≡
)
==>
(
≡
)
==>
(
≡
))
up_set
.
Proof
.
...
...
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