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
03a7eae7
Commit
03a7eae7
authored
3 years ago
by
Jonas Kastberg
Browse files
Options
Downloads
Patches
Plain Diff
Avoided use of [apply:] as Coq it caused 8.15.0 looping behaviour
parent
6ed47dfe
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#64627
failed
2 years ago
Changes
2
Pipelines
22
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
theories/channel/proto.v
+4
-2
4 additions, 2 deletions
theories/channel/proto.v
theories/channel/proto_model.v
+2
-1
2 additions, 1 deletion
theories/channel/proto_model.v
with
6 additions
and
3 deletions
theories/channel/proto.v
+
4
−
2
View file @
03a7eae7
...
@@ -493,7 +493,8 @@ Section proto.
...
@@ -493,7 +493,8 @@ Section proto.
Proof
.
Proof
.
rewrite
iProto_message_eq
iProto_dual_eq
/
iProto_dual_def
/
iProto_map_app
.
rewrite
iProto_message_eq
iProto_dual_eq
/
iProto_dual_def
/
iProto_map_app
.
etrans
;
[
apply
(
fixpoint_unfold
(
iProto_map_app_aux
_
_))|];
simpl
.
etrans
;
[
apply
(
fixpoint_unfold
(
iProto_map_app_aux
_
_))|];
simpl
.
apply
:
proto_elim_message
=>
a'
m1
m2
Hm
;
f_equiv
;
solve_proper
.
rewrite
/
iProto_message_def
.
rewrite
->
proto_elim_message
;
[
done
|]
.
intros
a'
m1
m2
Hm
;
f_equiv
;
solve_proper
.
Qed
.
Qed
.
Lemma
iMsg_dual_base
v
P
p
:
Lemma
iMsg_dual_base
v
P
p
:
iMsg_dual
(
MSG
v
{{
P
}};
p
)
≡
(
MSG
v
{{
P
}};
iProto_dual
p
)
%
msg
.
iMsg_dual
(
MSG
v
{{
P
}};
p
)
≡
(
MSG
v
{{
P
}};
iProto_dual
p
)
%
msg
.
...
@@ -529,7 +530,8 @@ Section proto.
...
@@ -529,7 +530,8 @@ Section proto.
Proof
.
Proof
.
rewrite
iProto_message_eq
iProto_app_eq
/
iProto_app_def
/
iProto_map_app
.
rewrite
iProto_message_eq
iProto_app_eq
/
iProto_app_def
/
iProto_map_app
.
etrans
;
[
apply
(
fixpoint_unfold
(
iProto_map_app_aux
_
_))|];
simpl
.
etrans
;
[
apply
(
fixpoint_unfold
(
iProto_map_app_aux
_
_))|];
simpl
.
apply
:
proto_elim_message
=>
a'
m1
m2
Hm
.
f_equiv
;
solve_proper
.
rewrite
/
iProto_message_def
.
rewrite
->
proto_elim_message
;
[
done
|]
.
intros
a'
m1
m2
Hm
.
f_equiv
;
solve_proper
.
Qed
.
Qed
.
Global
Instance
iProto_app_ne
:
NonExpansive2
(
@
iProto_app
Σ
V
)
.
Global
Instance
iProto_app_ne
:
NonExpansive2
(
@
iProto_app
Σ
V
)
.
...
...
This diff is collapsed.
Click to expand it.
theories/channel/proto_model.v
+
2
−
1
View file @
03a7eae7
...
@@ -224,7 +224,8 @@ Lemma proto_map_message {V} `{!Cofe PROPn, !Cofe PROPn', !Cofe PROP, !Cofe PROP'
...
@@ -224,7 +224,8 @@ Lemma proto_map_message {V} `{!Cofe PROPn, !Cofe PROPn', !Cofe PROP, !Cofe PROP'
≡
proto_message
a
(
λ
v
,
g
◎
m
v
◎
laterO_map
(
proto_map
g
gn
))
.
≡
proto_message
a
(
λ
v
,
g
◎
m
v
◎
laterO_map
(
proto_map
g
gn
))
.
Proof
.
Proof
.
rewrite
proto_map_unfold
/
proto_map_aux
/=.
rewrite
proto_map_unfold
/
proto_map_aux
/=.
apply
:
proto_elim_message
=>
a'
m1
m2
Hm
;
f_equiv
;
solve_proper
.
rewrite
->
proto_elim_message
;
[
done
|]
.
intros
a'
m1
m2
Hm
.
f_equiv
;
solve_proper
.
Qed
.
Qed
.
Lemma
proto_map_ne
{
V
}
Lemma
proto_map_ne
{
V
}
...
...
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