gcanti / fp-ts-rxjs

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

ReaderObservable added #21

Closed mlegenhausen closed 4 years ago

mlegenhausen commented 4 years ago

This is mainly a port of the ReaderTask from fp-ts.

I also added MonadObservable to provide fromObservable.

mlegenhausen commented 4 years ago

@gcanti any concerns left before merge?

gcanti commented 4 years ago

@mlegenhausen no no, feel free to merge (I thought you wanted to add something more so I was waiting)

mlegenhausen commented 4 years ago

Done

gcanti commented 4 years ago

Thanks @mlegenhausen, going to release v0.6.6 asap

gcanti commented 4 years ago

Released

mlegenhausen commented 4 years ago

@gcanti thanks!