Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
Actris
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Iris
Actris
Commits
6045937e
Commit
6045937e
authored
May 01, 2020
by
Jonas Kastberg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added notation for telescope message types
parent
e0300f5f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
theories/logrel/session_types.v
theories/logrel/session_types.v
+6
-0
No files found.
theories/logrel/session_types.v
View file @
6045937e
...
@@ -50,6 +50,9 @@ Notation "<!! X .. Y > M" :=
...
@@ -50,6 +50,9 @@ Notation "<!! X .. Y > M" :=
(<!!>
∃
X
,
..
(
∃
Y
,
M
)
..)%
lty
(<!!>
∃
X
,
..
(
∃
Y
,
M
)
..)%
lty
(
at
level
200
,
X
closed
binder
,
Y
closed
binder
,
M
at
level
200
,
(
at
level
200
,
X
closed
binder
,
Y
closed
binder
,
M
at
level
200
,
format
"<!! X .. Y > M"
)
:
lty_scope
.
format
"<!! X .. Y > M"
)
:
lty_scope
.
Notation
"<!!.. X .. Y > M"
:
=
(<!!>
∃
..
X
,
..
(
∃
..
Y
,
M
)
..)%
lty
(
at
level
200
,
X
closed
binder
,
Y
closed
binder
,
M
at
level
200
,
format
"<!!.. X .. Y > M"
)
:
lty_scope
.
Notation
"<??> M"
:
=
Notation
"<??> M"
:
=
(
lty_message
Recv
M
)
(
at
level
200
,
M
at
level
200
)
:
lty_scope
.
(
lty_message
Recv
M
)
(
at
level
200
,
M
at
level
200
)
:
lty_scope
.
...
@@ -57,6 +60,9 @@ Notation "<?? X .. Y > M" :=
...
@@ -57,6 +60,9 @@ Notation "<?? X .. Y > M" :=
(<??>
∃
X
,
..
(
∃
Y
,
M
)
..)%
lty
(<??>
∃
X
,
..
(
∃
Y
,
M
)
..)%
lty
(
at
level
200
,
X
closed
binder
,
Y
closed
binder
,
M
at
level
200
,
(
at
level
200
,
X
closed
binder
,
Y
closed
binder
,
M
at
level
200
,
format
"<?? X .. Y > M"
)
:
lty_scope
.
format
"<?? X .. Y > M"
)
:
lty_scope
.
Notation
"<??.. X .. Y > M"
:
=
(<??>
∃
..
X
,
..
(
∃
..
Y
,
M
)
..)%
lty
(
at
level
200
,
X
closed
binder
,
Y
closed
binder
,
M
at
level
200
,
format
"<??.. X .. Y > M"
)
:
lty_scope
.
Notation
lty_select
:
=
(
lty_choice
Send
).
Notation
lty_select
:
=
(
lty_choice
Send
).
Notation
lty_branch
:
=
(
lty_choice
Recv
).
Notation
lty_branch
:
=
(
lty_choice
Recv
).
Infix
"<++>"
:
=
lty_app
(
at
level
60
)
:
lty_scope
.
Infix
"<++>"
:
=
lty_app
(
at
level
60
)
:
lty_scope
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment