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
db4dff93
Commit
db4dff93
authored
Feb 17, 2020
by
Robbert Krebbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove more laters.
parent
777d9fe1
Pipeline
#24446
passed with stage
in 18 minutes and 48 seconds
Changes
1
Pipelines
5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
theories/channel/proto_channel.v
theories/channel/proto_channel.v
+4
-4
No files found.
theories/channel/proto_channel.v
View file @
db4dff93
...
...
@@ -248,8 +248,8 @@ Definition proto_inv `{!proto_chanG Σ} (γ : proto_name) : iProp Σ :=
chan_own
(
proto_c_name
γ
)
Right
r
∗
proto_own_auth
γ
Left
pl
∗
proto_own_auth
γ
Right
pr
∗
▷
((
⌜
r
=
[]
⌝
∗
proto_interp
l
pl
pr
)
∨
(
⌜
l
=
[]
⌝
∗
proto_interp
r
pr
pl
)))%
I
.
((
⌜
r
=
[]
⌝
∗
proto_interp
l
pl
pr
)
∨
(
⌜
l
=
[]
⌝
∗
proto_interp
r
pr
pl
)))%
I
.
Definition
protoN
:
=
nroot
.@
"proto"
.
...
...
@@ -728,7 +728,7 @@ Section proto.
iFrame
"Hcctx Hinv Hst"
.
iSplit
;
first
done
.
rewrite
iProto_le_unfold
.
iRight
;
auto
10
.
+
iIntros
(
v
vs
->)
"Hcr"
.
iDestruct
"Hinv'"
as
"[[
>% _]|[>
-> Heval]]"
;
first
done
.
iDestruct
"Hinv'"
as
"[[
% _]|[
-> Heval]]"
;
first
done
.
iAssert
(
▷
proto_interp
(
v
::
vs
)
pr
(
proto_message
Receive
pc'
))%
I
with
"[Heval]"
as
"Heval"
.
{
iNext
.
by
iRewrite
"Heq"
in
"Heval"
.
}
...
...
@@ -751,7 +751,7 @@ Section proto.
iFrame
"Hcctx Hinv Hst"
.
iSplit
;
first
done
.
rewrite
iProto_le_unfold
.
iRight
;
auto
10
.
+
iIntros
(
v
vs
->)
"Hcl"
.
iDestruct
"Hinv'"
as
"[[
>-> Heval]|[>
% _]]"
;
last
done
.
iDestruct
"Hinv'"
as
"[[
-> Heval]|[
% _]]"
;
last
done
.
iAssert
(
▷
proto_interp
(
v
::
vs
)
pl
(
proto_message
Receive
pc'
))%
I
with
"[Heval]"
as
"Heval"
.
{
iNext
.
by
iRewrite
"Heq"
in
"Heval"
.
}
...
...
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