forked from scala/scala3
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change handling of curried function types in capture checking (scala#…
…18131) Implements the proposed treatment in cc-paths. - Capture sets of curried functions don't automatically propagate to the left - When computing the capture set of a reference, pick up capture sets along the span of curried functions - Drop the previous syntactic sugar for propagating captures left to right in curried function types.
- Loading branch information
Showing
15 changed files
with
304 additions
and
307 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.