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
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
tlsomers
Actris
Commits
5c2891ce
Commit
5c2891ce
authored
4 years ago
by
Jonas Kastberg
Browse files
Options
Downloads
Patches
Plain Diff
Changed <++++> to an overload of <++>
parent
8a7a8f7c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
theories/logrel/session_types.v
+1
-1
1 addition, 1 deletion
theories/logrel/session_types.v
theories/logrel/subtyping.v
+1
-1
1 addition, 1 deletion
theories/logrel/subtyping.v
with
2 additions
and
2 deletions
theories/logrel/session_types.v
+
1
−
1
View file @
5c2891ce
...
@@ -95,4 +95,4 @@ Notation "<!!> A ; P" :=
...
@@ -95,4 +95,4 @@ Notation "<!!> A ; P" :=
(
lsty_send
A
P
)
(
at
level
20
,
A
,
P
at
level
200
)
:
lsty_scope
.
(
lsty_send
A
P
)
(
at
level
20
,
A
,
P
at
level
200
)
:
lsty_scope
.
Notation
"<??> A ; P"
:=
Notation
"<??> A ; P"
:=
(
lsty_recv
A
P
)
(
at
level
20
,
A
,
P
at
level
200
)
:
lsty_scope
.
(
lsty_recv
A
P
)
(
at
level
20
,
A
,
P
at
level
200
)
:
lsty_scope
.
Infix
"<++
++
>"
:=
lsty_app
(
at
level
60
)
:
lsty_scope
.
Infix
"<++>"
:=
lsty_app
(
at
level
60
)
:
lsty_scope
.
This diff is collapsed.
Click to expand it.
theories/logrel/subtyping.v
+
1
−
1
View file @
5c2891ce
...
@@ -285,7 +285,7 @@ Section subtype.
...
@@ -285,7 +285,7 @@ Section subtype.
Lemma
lsty_app_le
P11
P12
P21
P22
:
Lemma
lsty_app_le
P11
P12
P21
P22
:
(
P11
<
p
:
P21
)
-∗
(
P12
<
p
:
P22
)
-∗
(
P11
<
p
:
P21
)
-∗
(
P12
<
p
:
P22
)
-∗
(
P11
<++
++
>
P12
)
<
p
:
(
P21
<++
++
>
P22
)
.
(
P11
<++>
P12
)
<
p
:
(
P21
<++>
P22
)
.
Proof
.
iIntros
"#H1 #H2 !>"
.
by
iApply
iProto_le_app
.
Qed
.
Proof
.
iIntros
"#H1 #H2 !>"
.
by
iApply
iProto_le_app
.
Qed
.
Lemma
lsty_dual_le
P1
P2
:
P2
<
p
:
P1
-∗
lsty_dual
P1
<
p
:
lsty_dual
P2
.
Lemma
lsty_dual_le
P1
P2
:
P2
<
p
:
P1
-∗
lsty_dual
P1
<
p
:
lsty_dual
P2
.
...
...
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