Currently the types allow only the event values via `Stream<A>`. What if we also included the error type `Stream<A, B>`? Reference https://github.com/TylorS/typed-stream/issues/1 cc @goodmind
Currently the types allow only the event values via
Stream<A>. What if we also included the error typeStream<A, B>?Reference TylorS/typed-stream#1
cc @goodmind