Stream.unwrap, and looking to simplify a pipeline that I have looking like this:readByLAbel => Effect<Something,unknown,never>toStream => Something => Stream<A[]> Monad<A> => A with a helper function in between if needed. But here it means going from another thing to the stream one, which I could have never figured out