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
A
Actris
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Iris
Actris
Commits
79b13da5
Commit
79b13da5
authored
Aug 21, 2019
by
Jonas Kastberg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bumped some re-ordered rewrites and dep versions
parent
8cb47270
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
README.md
README.md
+2
-2
theories/utils/contribution.v
theories/utils/contribution.v
+2
-2
No files found.
README.md
View file @
79b13da5
...
...
@@ -7,9 +7,9 @@ It has been built and tested with the following dependencies
-
Coq 8.9.1
-
[
std++
](
https://gitlab.mpi-sws.org/robbertkrebbers/coq-stdpp
)
at
commit
5f2a6b77
.
commit
f9830af6
.
-
[
iris
](
https://gitlab.mpi-sws.org/iris/iris
)
at
commit
4a624063
.
commit
0c4e2984
.
In order to build, install the above dependencies and then run
`make -j [num CPU cores]`
to compile Actris.
...
...
theories/utils/contribution.v
View file @
79b13da5
...
...
@@ -94,7 +94,7 @@ Section contribution.
with
(
Some
(
Cinl
(
Pos
.
of_nat
(
S
n
),
x
)),
Some
(
Cinl
(
1
%
positive
,
ε
))).
{
rewrite
Nat2Pos
.
inj_succ
//
-
Pos
.
add_1_l
-{
2
}(
left_id
ε
op
x
).
rewrite
-(
right_id
_
_
(
Some
(
Cinl
(
1
%
positive
,
_
)))).
rewrite
-
pair_op
-
Cinl_op
Some_op
.
apply
op_local_update_discrete
.
rewrite
pair_op
Cinl_op
Some_op
.
apply
op_local_update_discrete
.
intros
[??]
;
split
=>
//=.
by
rewrite
left_id
.
}
by
apply
option_local_update
,
csum_local_update_l
,
prod_local_update_2
.
Qed
.
...
...
@@ -113,7 +113,7 @@ Section contribution.
iApply
(
own_update_2
with
"Hs Hc"
).
apply
auth_update_dealloc
.
rewrite
-(
right_id
_
_
(
Some
(
Cinl
(
1
%
positive
,
_
)))).
rewrite
Nat2Pos
.
inj_succ
//
-
Pos
.
add_1_l
.
rewrite
-
pair_op
-
Cinl_op
Some_op
left_id
.
apply
(
cancel_local_update
_
_
_
).
rewrite
pair_op
Cinl_op
Some_op
left_id
.
apply
(
cancel_local_update
_
_
_
).
Qed
.
Lemma
update_client
γ
n
x
y
x'
y'
:
...
...
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