My expectation is that the map just creates a lazy list that doesn't get evaluated early enough.

You can try to use a for loop for the inner (or actually both) map calls, or you could put .eager or .sink at the end of the map calls.

Does that help?

Reply via email to