Hi there

for eternity (there was no life before Elixir, right?) I was creating 
streams from enumerables with

-  Stream.map(enum, &(&1))

trying to find something better I found, somethoing worse, I believe

- Stream.concat(enum, [])

and, please forgive me, I wont do it again...

- %Stream{enum: enum}


I would gladly provide a PR for implementing Stream.new/1 if so desired.

KR
Robert

-- 
You received this message because you are subscribed to the Google Groups 
"elixir-lang-core" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elixir-lang-core+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elixir-lang-core/7b9cab1c-37fe-4cce-90f7-cd81c3835b65n%40googlegroups.com.

Reply via email to