Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iris
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
Paolo G. Giarrusso
iris
Commits
d7e80d10
Commit
d7e80d10
authored
3 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
make mono_list_auth DfracDiscarded notation consistent
parent
a9ebd972
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
iris/algebra/lib/mono_list.v
+2
-2
2 additions, 2 deletions
iris/algebra/lib/mono_list.v
with
2 additions
and
2 deletions
iris/algebra/lib/mono_list.v
+
2
−
2
View file @
d7e80d10
...
...
@@ -22,7 +22,7 @@ Notation "●ML{ dq } l" :=
(
mono_list_auth
dq
l
)
(
at
level
20
,
format
"●ML{ dq } l"
)
.
Notation
"●ML{# q } l"
:=
(
mono_list_auth
(
DfracOwn
q
)
l
)
(
at
level
20
,
format
"●ML{# q } l"
)
.
Notation
"●
□
ML l"
:=
(
mono_list_auth
DfracDiscarded
l
)
(
at
level
20
)
.
Notation
"●ML
□
l"
:=
(
mono_list_auth
DfracDiscarded
l
)
(
at
level
20
)
.
Notation
"●ML l"
:=
(
mono_list_auth
(
DfracOwn
1
)
l
)
(
at
level
20
)
.
Notation
"◯ML l"
:=
(
mono_list_lb
l
)
(
at
level
20
)
.
...
...
@@ -188,7 +188,7 @@ Section mono_list_props.
(** * Update *)
Lemma
mono_list_update
{
l1
}
l2
:
l1
`
prefix_of
`
l2
→
●
ML
l1
~~>
●
ML
l2
.
Proof
.
intros
?
.
by
apply
auth_update
,
max_prefix_list_local_update
.
Qed
.
Lemma
mono_list_auth_persist
dq
l
:
●
ML
{
dq
}
l
~~>
●
□
ML
l
.
Lemma
mono_list_auth_persist
dq
l
:
●
ML
{
dq
}
l
~~>
●
ML
□
l
.
Proof
.
rewrite
/
mono_list_auth
.
apply
cmra_update_op
;
[|
done
]
.
by
apply
auth_update_auth_persist
.
...
...
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