-
Notifications
You must be signed in to change notification settings - Fork 27
Error typing Stream.fromIterable #309
Comments
Hmmm, I think we might need more powerful inference, e.g. parameter inference (#203). Inference correctly pushed One interesting thing to try would be |
That's a nice example. For now, you'll need to type @leafpetersen 's planning on downward inference for generic methods, which might make that unnecessary. |
Right. map needs to be made a generic method, otherwise the return type of the map is |
Merging this into #300 |
When I analyze the following code in strong mode:
I see this error:
Is this to do with the in-progress generic method support?
The text was updated successfully, but these errors were encountered: