Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Iris
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Simcha van Collem
Iris
Commits
b0e11cff
Commit
b0e11cff
authored
7 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
Bump coq-stdpp.
parent
9c189816
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
opam.pins
+1
-1
1 addition, 1 deletion
opam.pins
theories/algebra/auth.v
+2
-1
2 additions, 1 deletion
theories/algebra/auth.v
theories/algebra/ofe.v
+6
-5
6 additions, 5 deletions
theories/algebra/ofe.v
with
9 additions
and
7 deletions
opam.pins
+
1
−
1
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
This diff is collapsed.
Click to expand it.
theories/algebra/auth.v
+
2
−
1
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
:=
...
...
This diff is collapsed.
Click to expand it.
theories/algebra/ofe.v
+
6
−
5
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
:=
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment