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
417e08d9
Commit
417e08d9
authored
2 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
fix build
parent
9098bb95
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#66111
passed
2 years ago
Stage: build
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
theories/channel/proofmode.v
+4
-4
4 additions, 4 deletions
theories/channel/proofmode.v
with
4 additions
and
4 deletions
theories/channel/proofmode.v
+
4
−
4
View file @
417e08d9
...
...
@@ -198,7 +198,7 @@ Lemma tac_wp_recv `{!chanG Σ, !heapGS Σ} {TT : tele} Δ i j K c p m tv tP tP'
end
)
→
envs_entails
Δ
(
WP
fill
K
(
recv
c
)
{{
Φ
}})
.
Proof
.
rewrite
envs_entails_
eq
/
ProtoNormalize
/
MsgTele
/
MaybeIntoLaterN
/=.
rewrite
envs_entails_
unseal
/
ProtoNormalize
/
MsgTele
/
MaybeIntoLaterN
/=.
rewrite
!
tforall_forall
right_id
.
intros
?
Hp
Hm
HP
HΦ
.
rewrite
envs_lookup_sound
//
;
simpl
.
assert
(
c
↣
p
⊢
c
↣
<
?.
.
x
>
...
...
@@ -292,7 +292,7 @@ Lemma tac_wp_send `{!chanG Σ, !heapGS Σ} {TT : tele} Δ neg i js K c v p m tv
end
)
→
envs_entails
Δ
(
WP
fill
K
(
send
c
v
)
{{
Φ
}})
.
Proof
.
rewrite
envs_entails_
eq
/
ProtoNormalize
/
MsgTele
/=
right_id
texist_exist
.
rewrite
envs_entails_
unseal
/
ProtoNormalize
/
MsgTele
/=
right_id
texist_exist
.
intros
?
Hp
Hm
[
x
HΦ
]
.
rewrite
envs_lookup_sound
//
;
simpl
.
destruct
(
envs_split
_
_
_)
as
[[
Δ1
Δ2
]|]
eqn
:?
=>
//.
destruct
(
envs_app
_
_
_)
as
[
Δ2'
|]
eqn
:?
=>
//.
...
...
@@ -386,7 +386,7 @@ Lemma tac_wp_branch `{!chanG Σ, !heapGS Σ} Δ i j K
end
)
→
envs_entails
Δ
(
WP
fill
K
(
recv
c
)
{{
Φ
}})
.
Proof
.
rewrite
envs_entails_
eq
/
ProtoNormalize
/=
right_id
=>
?
Hp
HΦ
.
rewrite
envs_entails_
unseal
/
ProtoNormalize
/=
right_id
=>
?
Hp
HΦ
.
rewrite
envs_lookup_sound
//
;
simpl
.
rewrite
(
iProto_mapsto_le
_
_
(
p1
<
{
P1
}
&
{
P2
}
>
p2
)
%
proto
)
-
bi
.
later_intro
-
Hp
left_id
.
rewrite
-
wp_bind
.
eapply
bi
.
wand_apply
;
[
by
eapply
branch_spec
|
f_equiv
;
first
done
]
.
...
...
@@ -439,7 +439,7 @@ Lemma tac_wp_select `{!chanG Σ, !heapGS Σ} Δ neg i js K
end
→
envs_entails
Δ
(
WP
fill
K
(
send
c
#
b
)
{{
Φ
}})
.
Proof
.
rewrite
envs_entails_
eq
/
ProtoNormalize
/=
right_id
=>
?
Hp
HΦ
.
rewrite
envs_entails_
unseal
/
ProtoNormalize
/=
right_id
=>
?
Hp
HΦ
.
rewrite
envs_lookup_sound
//
;
simpl
.
rewrite
(
iProto_mapsto_le
_
_
(
p1
<
{
P1
}
+
{
P2
}
>
p2
)
%
proto
)
-
bi
.
later_intro
-
Hp
left_id
.
rewrite
-
wp_bind
.
eapply
bi
.
wand_apply
;
[
by
eapply
select_spec
|]
.
...
...
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