Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Actris
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
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
Iris
Actris
Commits
79b13da5
Commit
79b13da5
authored
5 years ago
by
Jonas Kastberg
Browse files
Options
Downloads
Patches
Plain Diff
Bumped some re-ordered rewrites and dep versions
parent
8cb47270
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+2
-2
2 additions, 2 deletions
README.md
theories/utils/contribution.v
+2
-2
2 additions, 2 deletions
theories/utils/contribution.v
with
4 additions
and
4 deletions
README.md
+
2
−
2
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.
...
...
This diff is collapsed.
Click to expand it.
theories/utils/contribution.v
+
2
−
2
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'
:
...
...
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