gcanti / fp-ts-rxjs

fp-ts bindings for RxJS
https://gcanti.github.io/fp-ts-rxjs/
MIT License
187 stars 29 forks source link

`ReaderObservable.chainTaskK` type signature #64

Open lingard opened 2 years ago

lingard commented 2 years ago

https://github.com/gcanti/fp-ts-rxjs/blob/40a4e4f0ff5ab3c6904f13c16b9e1e55b44378e4/src/ReaderObservable.ts#L131-L133

Is the type signature of this function correct? I would expect the function passed to chainTaskK to return a Task not an Observable.

mlegenhausen commented 2 years ago

Totally right, or this should be renamed to chainObservableK