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
Merge requests
!38
Simplified recv_spec
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Simplified recv_spec
multiparty_synchronous_recv_simpl
into
multiparty_synchronous
Overview
0
Commits
1
Pipelines
0
Changes
2
Open
Jonas Kastberg
requested to merge
multiparty_synchronous_recv_simpl
into
multiparty_synchronous
11 months ago
Overview
0
Commits
1
Pipelines
0
Changes
2
Expand
0
0
Merge request reports
Compare
multiparty_synchronous
version 2
18c41f63
11 months ago
version 1
18c41f63
11 months ago
multiparty_synchronous (HEAD)
and
latest version
latest version
18c41f63
1 commit,
1 month ago
version 2
18c41f63
1 commit,
11 months ago
version 1
18c41f63
1 commit,
11 months ago
2 files
+
6
−
7
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
multris/channel/channel.v
+
4
−
4
Options
@@ -304,8 +304,8 @@ Section channel.
by
iApply
(
send_spec
with
"Hc"
)
.
Qed
.
Lemma
recv_spec
{
TT
}
c
j
(
v
:
TT
→
val
)
(
P
:
TT
→
iProp
Σ
)
(
p
:
TT
→
iProto
Σ
)
:
{{{
c
↣
<
(
Recv
,
j
)
@
..
x
>
MSG
v
x
{{
▷
P
x
}};
p
x
}}}
Lemma
recv_spec
{
A
}
c
j
(
v
:
A
→
val
)
(
P
:
A
→
iProp
Σ
)
(
p
:
A
→
iProto
Σ
)
:
{{{
c
↣
<
(
Recv
,
j
)
@
x
>
MSG
v
x
{{
▷
P
x
}};
p
x
}}}
recv
c
#
j
{{{
x
,
RET
v
x
;
c
↣
p
x
∗
P
x
}}}
.
Proof
.
@@ -358,8 +358,8 @@ Section channel.
iSplitL
"Hl' Hown Hp'"
.
{
iRight
.
iRight
.
iExists
_
.
iFrame
.
}
wp_pure
_
.
rewrite
iMsg_base_eq
.
iDestruct
(
iMsg_texist_exist
with
"Hm"
)
as
(
x
<-
)
"[Hp HP]"
.
rewrite
iMsg_base_eq
iMsg_exist_eq
.
iDestruct
"Hm"
as
(
x
<-
)
"[Hp HP]"
.
wp_pures
.
iMod
(
own_update_2
with
"H● H◯"
)
as
"[H● H◯]"
;
[
apply
(
excl_auth_update
_
_
(
Next
p'''
))|]
.
Loading