You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To open up statics on tparams/generics, we would have to have the guarantee that the simplification always works right? We would need a normal form I think.
What would that normal form look like, imagining that we had one?
We should collapse most constraints into into a single type when possible.
For example
We get an upper bounds array of
We should instead collapse these into a single point
So
We can likely accomplish this by contra-promote joining the constraints
There are likely some issues though around tuples.
Such as
And even worse with
Since you likely want
But if we can accomplish this simplification it will
The text was updated successfully, but these errors were encountered: