-
Notifications
You must be signed in to change notification settings - Fork 534
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
Lazy does not instantiate type parameters #828
Comments
|
It works fine when Lazy is not present though. Only the last one of the four above fails. |
I meant that the problem is |
That bound is clearly needed as that's the bound of |
Yeah the reason is that |
We had to revert the fix, because it breaks kittens |
From my testing, Lazy does not work if more than a single type parameter is involved. I have only tested two myself.
The text was updated successfully, but these errors were encountered: