-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Changes around reaches and uses #23584
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
base: main
Are you sure you want to change the base?
Conversation
Never mind, those changes are relevant to the spine-capture-set refactor, not this one. I mixed the contexts up. |
Closing for now since too much has diverged. |
Closing for now since this diverged too much from main. |
Several TODOs need follow-up
case tp: TypeRef if tp.symbol == defn.Caps_CapSet => | ||
// This can happen in cases where we try to type an eta expansion `$x => f($x)` | ||
// from a polymorphic target type using capture sets. In that case the parameter type | ||
// of $x is not treated as inferred is approximated to CapSet. An example is |
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.
// of $x is not treated as inferred is approximated to CapSet. An example is | |
// of $x is not treated as inferred and is approximated to CapSet. An example is |
Is this PR ready for being reviewed? |
Yes, ready for review |
No description provided.