Got it <@U4UGS5FC7>. I actually finished my fake i...
# arrow-contributors
t
Got it @raulraja. I actually finished my fake implement of
ObservableZ<E, A>
in my RxArrow when I was on the way home: https://github.com/lenguyenthanh/rxarrow/blob/master/src/main/kotlin/com/lenguyenthanh/rxarrow/ObservableZ.kt
a
looks good imo 👍 this could be convenient in the meantime while the biofunctor is built
👍 1
t
Thanks, I use Observable<Either<A, B>> in my projects. Now it looks much better with ObservableZ<E,A> 😄
👏 1