Felix Alonso

Results 2 comments of Felix Alonso

I also experienced a similar error. I was test driving the REPL and wrote this: ```scala "hello world".toSeq.map(_.to ``` And got the following stack trace: stack trace ``` Exception in...

+1 I prefer the `stream` function/data type to the original suggestion of an implicit overload or using `unnest`. I think it does a good job disambiguating flattened aggregation and in-place...