Combining Effect and Stream Types
Is there a combinator to go from:
to
Does such an operation make sense? I am in an effect generator function and want to return a stream but is there any reason it has to be wrapped in an effect (thats just the way I've been doing it this whole time)? Can't the error and context channels be smushed into the stream's error and context channels?
to
Does such an operation make sense? I am in an effect generator function and want to return a stream but is there any reason it has to be wrapped in an effect (thats just the way I've been doing it this whole time)? Can't the error and context channels be smushed into the stream's error and context channels?
