Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
Iris
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Rodolphe Lepigre
Iris
Commits
b0e11cff
Commit
b0e11cff
authored
Aug 17, 2017
by
Robbert Krebbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump coq-stdpp.
parent
9c189816
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
7 deletions
+9
-7
opam.pins
opam.pins
+1
-1
theories/algebra/auth.v
theories/algebra/auth.v
+2
-1
theories/algebra/ofe.v
theories/algebra/ofe.v
+6
-5
No files found.
opam.pins
View file @
b0e11cff
coq-stdpp https://gitlab.mpi-sws.org/robbertkrebbers/coq-stdpp
ee6200b4d74bfd06034f3cc36d1afdc309427e5c
coq-stdpp https://gitlab.mpi-sws.org/robbertkrebbers/coq-stdpp
24cc2e4786b2344e092e412f56e96c6971ab60d8
theories/algebra/auth.v
View file @
b0e11cff
...
...
@@ -279,7 +279,8 @@ Proof.
split
;
try
apply
_
.
-
intros
n
[[[
a
|]|]
b
]
;
rewrite
!
auth_validN_eq
;
try
naive_solver
eauto
using
cmra_morphism_monotoneN
,
cmra_morphism_validN
.
-
intros
[??].
apply
Some_proper
.
by
f_equiv
;
rewrite
/=
cmra_morphism_core
.
-
intros
[??].
apply
Some_proper
;
rewrite
/
auth_map
/=.
by
f_equiv
;
rewrite
/=
cmra_morphism_core
.
-
intros
[[?|]?]
[[?|]?]
;
try
apply
Auth_proper
=>//=
;
by
rewrite
cmra_morphism_op
.
Qed
.
Definition
authC_map
{
A
B
}
(
f
:
A
-
n
>
B
)
:
authC
A
-
n
>
authC
B
:
=
...
...
theories/algebra/ofe.v
View file @
b0e11cff
...
...
@@ -239,17 +239,18 @@ End contractive.
Ltac
f_contractive
:
=
match
goal
with
|
|-
?f
_
≡
{
_
}
≡
?f
_
=>
apply
(
_
:
Proper
(
dist_later
_
==>
_
)
f
)
|
|-
?f
_
_
≡
{
_
}
≡
?f
_
_
=>
apply
(
_
:
Proper
(
dist_later
_
==>
_
==>
_
)
f
)
|
|-
?f
_
_
≡
{
_
}
≡
?f
_
_
=>
apply
(
_
:
Proper
(
_
==>
dist_later
_
==>
_
)
f
)
|
|-
?f
_
≡
{
_
}
≡
?f
_
=>
simple
apply
(
_
:
Proper
(
dist_later
_
==>
_
)
f
)
|
|-
?f
_
_
≡
{
_
}
≡
?f
_
_
=>
simple
apply
(
_
:
Proper
(
dist_later
_
==>
_
==>
_
)
f
)
|
|-
?f
_
_
≡
{
_
}
≡
?f
_
_
=>
simple
apply
(
_
:
Proper
(
_
==>
dist_later
_
==>
_
)
f
)
end
;
try
match
goal
with
|
|-
@
dist_later
?A
_
?n
?x
?y
=>
destruct
n
as
[|
n
]
;
[
exact
I
|
change
(@
dist
A
_
n
x
y
)]
end
;
try
reflexivity
.
try
simple
apply
reflexivity
.
Ltac
solve_contractive
:
=
solve_proper_core
ltac
:
(
fun
_
=>
first
[
f_contractive
|
f_equiv
]).
Ltac
solve_contractive
:
=
solve_proper_core
ltac
:
(
fun
_
=>
first
[
f_contractive
|
f_equiv
]).
(** Limit preserving predicates *)
Class
LimitPreserving
`
{!
Cofe
A
}
(
P
:
A
→
Prop
)
:
Prop
:
=
...
...
Write
Preview
Markdown
is supported
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