Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Iris
Actris
Commits
8957c470
Commit
8957c470
authored
Feb 17, 2020
by
Robbert Krebbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove useless later.
parent
9a44a2d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
theories/channel/proto_channel.v
theories/channel/proto_channel.v
+2
-2
No files found.
theories/channel/proto_channel.v
View file @
8957c470
...
...
@@ -220,7 +220,7 @@ Fixpoint proto_interp {Σ} (vs : list val) (p1 p2 : iProto Σ) : iProp Σ :=
|
v
::
vs
=>
∃
pc
p2'
,
p2
≡
proto_message
Receive
pc
∗
pc
v
(
proto_eq_next
p2'
)
∗
▷
proto_interp
vs
p1
p2'
proto_interp
vs
p1
p2'
end
%
I
.
Arguments
proto_interp
{
_
}
_
_
%
proto
_
%
proto
:
simpl
nomatch
.
...
...
@@ -593,7 +593,7 @@ Section proto.
{
iRewrite
-
"Heval"
.
by
rewrite
/
iProto_dual
proto_map_message
.
}
rewrite
/=
proto_eq_next_dual
;
auto
.
-
iDestruct
"Heval"
as
(
pc'
p2'
)
"(Heq & Hc' & Heval)"
.
iExists
pc'
,
p2'
.
iFrame
"Heq Hc'"
.
iNext
.
iApply
(
"IH"
with
"Heval Hc"
).
iExists
pc'
,
p2'
.
iFrame
"Heq Hc'"
.
iApply
(
"IH"
with
"Heval Hc"
).
Qed
.
Lemma
proto_interp_recv
v
vs
p1
pc
:
...
...
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