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
cb563064
Commit
cb563064
authored
1 year ago
by
Jonas Kastberg
Browse files
Options
Downloads
Patches
Plain Diff
WIP multi_channel
parent
6a4c7570
No related branches found
No related tags found
1 merge request
!39
Multiparty synchronous
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
_CoqProject
+2
-1
2 additions, 1 deletion
_CoqProject
theories/channel/multi_proto.v
+2
-2
2 additions, 2 deletions
theories/channel/multi_proto.v
with
4 additions
and
3 deletions
_CoqProject
+
2
−
1
View file @
cb563064
...
@@ -16,9 +16,10 @@ theories/utils/cofe_solver_2.v
...
@@ -16,9 +16,10 @@ theories/utils/cofe_solver_2.v
theories/utils/switch.v
theories/utils/switch.v
theories/channel/proto_model.v
theories/channel/proto_model.v
theories/channel/proto.v
theories/channel/proto.v
theories/channel/channel.v
theories/channel/multi_proto_model.v
theories/channel/multi_proto_model.v
theories/channel/multi_proto.v
theories/channel/multi_proto.v
theories/channel/channel.v
theories/channel/
multi_
channel.v
theories/channel/proofmode.v
theories/channel/proofmode.v
theories/examples/basics.v
theories/examples/basics.v
theories/examples/equivalence.v
theories/examples/equivalence.v
...
...
This diff is collapsed.
Click to expand it.
theories/channel/multi_proto.v
+
2
−
2
View file @
cb563064
...
@@ -707,7 +707,7 @@ Section proto.
...
@@ -707,7 +707,7 @@ Section proto.
iProto_own
γ
i
(
<
(
Send
j
)
>
m1
)
-∗
iProto_own
γ
i
(
<
(
Send
j
)
>
m1
)
-∗
iProto_own
γ
j
(
<
(
Recv
i
)
>
m2
)
-∗
iProto_own
γ
j
(
<
(
Recv
i
)
>
m2
)
-∗
iMsg_car
m1
v
(
Next
p1
)
==∗
iMsg_car
m1
v
(
Next
p1
)
==∗
▷
∃
p2
,
iMsg_car
m2
v
(
Next
p2
)
∗
▷
iProto_ctx
γ
∗
▷
∃
p2
,
iMsg_car
m2
v
(
Next
p2
)
∗
iProto_ctx
γ
∗
iProto_own
γ
i
p1
∗
iProto_own
γ
j
p2
.
iProto_own
γ
i
p1
∗
iProto_own
γ
j
p2
.
Proof
.
Proof
.
iIntros
"Hctx Hi Hj Hm"
.
iIntros
"Hctx Hi Hj Hm"
.
...
@@ -718,7 +718,7 @@ Section proto.
...
@@ -718,7 +718,7 @@ Section proto.
(
p2
)
"[Hm2 Hconsistent]"
.
(
p2
)
"[Hm2 Hconsistent]"
.
iMod
(
iProto_own_auth_update
_
_
_
_
p2
with
"Hauth Hj"
)
as
"[Hauth Hj]"
.
iMod
(
iProto_own_auth_update
_
_
_
_
p2
with
"Hauth Hj"
)
as
"[Hauth Hj]"
.
iMod
(
iProto_own_auth_update
_
_
_
_
p1
with
"Hauth Hi"
)
as
"[Hauth Hi]"
.
iMod
(
iProto_own_auth_update
_
_
_
_
p1
with
"Hauth Hi"
)
as
"[Hauth Hi]"
.
iIntros
"!>!>"
.
iExists
p2
.
iFrame
.
iIntros
"!>"
.
iExists
_
.
iFrame
.
iIntros
"!>!>"
.
iExists
p2
.
iFrame
.
iExists
_
.
iFrame
.
Qed
.
Qed
.
(* (** The instances below make it possible to use the tactics [iIntros], *)
(* (** The instances below make it possible to use the tactics [iIntros], *)
...
...
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