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
c7701c44
Commit
c7701c44
authored
5 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
Break some very long lines.
parent
5c645163
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_channel.v
+10
-5
10 additions, 5 deletions
theories/channel/proto_channel.v
with
10 additions
and
5 deletions
theories/channel/proto_channel.v
+
10
−
5
View file @
c7701c44
...
...
@@ -85,7 +85,8 @@ Program Definition iProto_message_def {Σ} {TT : tele} (a : action)
Next
Obligation
.
solve_proper
.
Qed
.
Definition
iProto_message_aux
:
seal
(
@
iProto_message_def
)
.
by
eexists
.
Qed
.
Definition
iProto_message
:=
iProto_message_aux
.(
unseal
)
.
Definition
iProto_message_eq
:
@
iProto_message
=
@
iProto_message_def
:=
iProto_message_aux
.(
seal_eq
)
.
Definition
iProto_message_eq
:
@
iProto_message
=
@
iProto_message_def
:=
iProto_message_aux
.(
seal_eq
)
.
Arguments
iProto_message
{_
_}
_
_
%
proto
.
Instance
:
Params
(
@
iProto_message
)
3
:=
{}
.
...
...
@@ -94,13 +95,15 @@ Notation "< a > x1 .. xn , 'MSG' v {{ P } } ; p" :=
a
(
tele_app
(
TT
:=
TeleS
(
λ
x1
,
.
.
(
TeleS
(
λ
xn
,
TeleO
))
.
.
))
$
λ
x1
,
.
.
(
λ
xn
,
(
v
%
V
,
P
%
I
,
p
%
proto
))
..))
(
at
level
20
,
a
at
level
10
,
x1
binder
,
xn
binder
,
v
at
level
20
,
P
,
p
at
level
200
)
:
proto_scope
.
(
at
level
20
,
a
at
level
10
,
x1
binder
,
xn
binder
,
v
at
level
20
,
P
,
p
at
level
200
)
:
proto_scope
.
Notation
"< a > x1 .. xn , 'MSG' v ; p"
:=
(
iProto_message
a
(
tele_app
(
TT
:=
TeleS
(
λ
x1
,
.
.
(
TeleS
(
λ
xn
,
TeleO
))
.
.
))
$
λ
x1
,
.
.
(
λ
xn
,
(
v
%
V
,
True
%
I
,
p
%
proto
))
..))
(
at
level
20
,
a
at
level
10
,
x1
binder
,
xn
binder
,
v
at
level
20
,
p
at
level
200
)
:
proto_scope
.
(
at
level
20
,
a
at
level
10
,
x1
binder
,
xn
binder
,
v
at
level
20
,
p
at
level
200
)
:
proto_scope
.
Notation
"< a > 'MSG' v {{ P } } ; p"
:=
(
iProto_message
a
...
...
@@ -264,7 +267,8 @@ Definition mapsto_proto_def `{!proto_chanG Σ, !heapG Σ}
inv
protoN
(
proto_inv
γ
))
%
I
.
Definition
mapsto_proto_aux
:
seal
(
@
mapsto_proto_def
)
.
by
eexists
.
Qed
.
Definition
mapsto_proto
{
Σ
pΣ
hΣ
}
:=
mapsto_proto_aux
.(
unseal
)
Σ
pΣ
hΣ
.
Definition
mapsto_proto_eq
:
@
mapsto_proto
=
@
mapsto_proto_def
:=
mapsto_proto_aux
.(
seal_eq
)
.
Definition
mapsto_proto_eq
:
@
mapsto_proto
=
@
mapsto_proto_def
:=
mapsto_proto_aux
.(
seal_eq
)
.
Arguments
mapsto_proto
{_
_
_}
_
_
%
proto
.
Instance
:
Params
(
@
mapsto_proto
)
4
:=
{}
.
...
...
@@ -372,7 +376,8 @@ Section proto.
Proof
.
apply
(
ne_proper_2
_)
.
Qed
.
Lemma
iProto_app_message
{
TT
}
a
(
pc
:
TT
→
val
*
iProp
Σ
*
iProto
Σ
)
p2
:
(
iProto_message
a
pc
<++>
p2
)
%
proto
≡
iProto_message
a
(
prod_map
id
(
flip
iProto_app
p2
)
∘
pc
)
.
(
iProto_message
a
pc
<++>
p2
)
%
proto
≡
iProto_message
a
(
prod_map
id
(
flip
iProto_app
p2
)
∘
pc
)
.
Proof
.
rewrite
/
iProto_app
iProto_message_eq
/
iProto_message_def
proto_app_message
.
by
f_equiv
=>
v
f
/=.
...
...
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