Hacker News new | ask | show | jobs
by codebje 2146 days ago
How else could you combine infinite streams?
1 comments

Streams as I've seen them used in other languages are possibly-terminating, d* is a stream of the single value d and D -> D* is flattening the stream of streams.