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
7bd9e72d
Commit
7bd9e72d
authored
4 years ago
by
Jonas Kastberg
Browse files
Options
Downloads
Patches
Plain Diff
More differences
parent
698be0b8
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
papers/CONCUR20.md
+5
-0
5 additions, 0 deletions
papers/CONCUR20.md
with
5 additions
and
0 deletions
papers/CONCUR20.md
+
5
−
0
View file @
7bd9e72d
...
...
@@ -4,6 +4,11 @@ The semantic encoding of ground types use existential quantification in the
mechanisation (e.g.
`λ w. ∃ (x:Z), w = int`
, while the paper uses set
inclusion (e.g.
`λ w. w ∈ Z`
). The definitions are effectively identical.
Polymorphism in the paper is done over the type kinds (e.g.
`∀ (X :k).A`
),
where the mechanisation uses concrete types that are parametric on a kind
(e.g.
`∀ (X : lty k Σ).A`
). This is just syntactic sugar to be less explicit
in the paper.
## Examples
The parallel receive example in Section 4 can be found in
...
...
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