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
777d9fe1
Commit
777d9fe1
authored
5 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
Remove more useless laters.
parent
8957c470
No related branches found
No related tags found
No related merge requests found
Pipeline
#24289
passed
5 years ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
theories/channel/proto_channel.v
+3
-3
3 additions, 3 deletions
theories/channel/proto_channel.v
with
3 additions
and
3 deletions
theories/channel/proto_channel.v
+
3
−
3
View file @
777d9fe1
...
@@ -597,9 +597,9 @@ Section proto.
...
@@ -597,9 +597,9 @@ Section proto.
Qed
.
Qed
.
Lemma
proto_interp_recv
v
vs
p1
pc
:
Lemma
proto_interp_recv
v
vs
p1
pc
:
proto_interp
(
v
::
vs
)
p1
(
proto_message
Receive
pc
)
-∗
∃
p2
,
proto_interp
(
v
::
vs
)
p1
(
proto_message
Receive
pc
)
-∗
∃
p2
,
pc
v
(
proto_eq_next
p2
)
∗
pc
v
(
proto_eq_next
p2
)
∗
▷
proto_interp
vs
p1
p2
.
proto_interp
vs
p1
p2
.
Proof
.
Proof
.
simpl
.
iDestruct
1
as
(
pc'
p2
)
"(Heq & Hc & Hp2)"
.
iExists
p2
.
iFrame
"Hp2"
.
simpl
.
iDestruct
1
as
(
pc'
p2
)
"(Heq & Hc & Hp2)"
.
iExists
p2
.
iFrame
"Hp2"
.
iDestruct
(
@
proto_message_equivI
with
"Heq"
)
as
"[_ Heq]"
.
iDestruct
(
@
proto_message_equivI
with
"Heq"
)
as
"[_ Heq]"
.
...
...
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