-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update design overview to reflect submitted proposals #3180
Conversation
docs/design/README.md
Outdated
|
||
### Combining constraints | ||
|
||
A function can require calling types to implement multiple interfaces by | ||
combining them using an ampersand (`&`): | ||
A function can require calling types to implement multiple interfaces (or other |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is pre-existing, but I had some trouble understanding what a "calling type" is. Would "parameter types" or "type arguments" (or maybe more verbosely, "deduced or explicit type arguments") work here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Went with "type arguments"
Co-authored-by: Richard Smith <richard@metafoo.co.uk>
Incorporates proposals: #1885, #2138, #2188, #2200, #2360, #2760, #2964, and #3162.