Skip to content
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

Merged
merged 7 commits into from
Sep 8, 2023

Conversation

josh11b
Copy link
Contributor

@josh11b josh11b commented Aug 31, 2023

Incorporates proposals: #1885, #2138, #2188, #2200, #2360, #2760, #2964, and #3162.

@github-actions github-actions bot requested a review from zygoloid August 31, 2023 21:22
docs/design/README.md Outdated Show resolved Hide resolved
docs/design/README.md Outdated Show resolved Hide resolved

### 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
Copy link
Contributor

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?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Went with "type arguments"

docs/design/README.md Outdated Show resolved Hide resolved
docs/design/README.md Outdated Show resolved Hide resolved
docs/design/README.md Outdated Show resolved Hide resolved
docs/design/README.md Outdated Show resolved Hide resolved
@josh11b josh11b added this pull request to the merge queue Sep 8, 2023
Merged via the queue into carbon-language:trunk with commit 71f2eec Sep 8, 2023
6 checks passed
@josh11b josh11b deleted the r branch September 8, 2023 23:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants