-
-
Notifications
You must be signed in to change notification settings - Fork 419
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don’t consider type arguments inside a constraint as constraints. (#1870
) This better reflects their use. It allows arrow types and tuples to appear in these positions. It also denies capability sets from appearing in these positions. These have an extremely limited use, and are unlikely to be used by anyone. As a side effect, the default capability in these positions now corresponds to the type default, rather than #any. Also properly deny arrow types from appearing in constraints, fixing #1809.
- Loading branch information
Showing
3 changed files
with
26 additions
and
4 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
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
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