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
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
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
Dan Frumin
Actris
Commits
a7db0dc2
Commit
a7db0dc2
authored
4 years ago
by
Jonas Kastberg
Browse files
Options
Downloads
Patches
Plain Diff
Rewrite Nits
parent
1be0cae7
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
theories/channel/proto.v
+6
-6
6 additions, 6 deletions
theories/channel/proto.v
with
6 additions
and
6 deletions
theories/channel/proto.v
+
6
−
6
View file @
a7db0dc2
...
...
@@ -772,13 +772,13 @@ Section proto.
iMod
(
iProto_le_end_inv_l
with
"H"
)
as
"H"
.
rewrite
iProto_end_eq
iProto_message_eq
.
iDestruct
(
proto_message_end_equivI
with
"H"
)
as
"[]"
.
-
rewrite
->
Heq
.
destruct
a
.
-
iEval
(
rewrite
Heq
)
.
destruct
a
.
+
iApply
iProto_le_swap
.
iIntros
(
v1
v2
p1'
p2'
)
"/= Hm1 Hm2 /="
.
iDestruct
"Hm1"
as
(
x
)
"Hm1"
.
iSpecialize
(
"H"
$!
x
)
.
rewrite
->
Heq
.
iSpecialize
(
"H"
$!
x
)
.
rewrite
Heq
.
iApply
(
iProto_le_recv_send_inv
with
"H Hm1 Hm2"
)
.
+
iApply
iProto_le_recv
.
iIntros
(
v
p1'
)
"/="
.
iDestruct
1
as
(
x
)
"Hm"
.
iSpecialize
(
"H"
$!
x
)
.
rewrite
->
Heq
.
iSpecialize
(
"H"
$!
x
)
.
rewrite
Heq
.
by
iApply
(
iProto_le_recv_recv_inv
with
"H"
)
.
Qed
.
...
...
@@ -804,13 +804,13 @@ Section proto.
iMod
(
iProto_le_end_inv_r
with
"H"
)
as
"H"
.
rewrite
iProto_end_eq
iProto_message_eq
.
iDestruct
(
proto_message_end_equivI
with
"H"
)
as
"[]"
.
-
rewrite
->
Heq
.
destruct
a
.
-
iEval
(
rewrite
Heq
)
.
destruct
a
.
+
iApply
iProto_le_send
.
iIntros
(
v
p2'
)
.
iDestruct
1
as
(
x
)
"Hm"
.
iSpecialize
(
"H"
$!
x
)
.
rewrite
->
Heq
.
iSpecialize
(
"H"
$!
x
)
.
rewrite
Heq
.
by
iApply
(
iProto_le_send_send_inv
with
"H"
)
.
+
iApply
iProto_le_swap
.
iIntros
(
v1
v2
p1'
p2'
)
"/= Hm1"
.
iDestruct
1
as
(
x
)
"Hm2"
.
iSpecialize
(
"H"
$!
x
)
.
rewrite
->
Heq
.
iSpecialize
(
"H"
$!
x
)
.
rewrite
Heq
.
iApply
(
iProto_le_recv_send_inv
with
"H Hm1 Hm2"
)
.
Qed
.
Lemma
iProto_le_exist_intro_l
{
A
}
(
m
:
A
→
iMsg
Σ
V
)
a
:
...
...
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