effekt-lang / effekt-lang/effekt
Binding occurence of regions and syntactic sugar `with region`
Open
feature
requires-design
- Dominant language
- Scala
- Stars
- 469
- Forks
- 41
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 23
Description
Since the language construct `region r { ... }` has a binding occurrence for `r`, I would find it more consistent to write `region { r => ...}`.
Moreover, I would like to have `with` syntactic sugar for regions: `with region r; ...` should translate to `region { r => ... }`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.