This repository has been archived by the owner on Sep 1, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 33
Array{Any} when collecting chained generators #90
Comments
OR
|
It's not an issue.
And we shouldn't do this. I think we just shouldn't rely on |
I wasn't sure whether I was thinking up some Base.iteratoreltype(c::Chain) = EltypeUnknown()
|
fixed by #85 |
No, it wasn't |
ouch, sorry, did the wrong test, ranges instead of iterators |
That's okay :) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Collecting a generator works as expected
But if you chain it
What puzzles me is that
eltype(i for i=1:10) == Any
The text was updated successfully, but these errors were encountered: