gcanti / fp-ts-rxjs

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

add Filterable1 instance #10

Closed giogonzo closed 5 years ago

giogonzo commented 5 years ago

second commit "switchMap instead of mergeMap for chain" is unrelated and completely arbitrary (just found switchMap to be what I want in all cases), and can be removed edit: removed since breaking and not sure if switchMap is actually respecting the monad laws

~same goes for "align export to be similar to fp-ts/lib ones", was there a particular reason?~ edit: removed this commit, it made no sense

gcanti commented 5 years ago

Thanks @giogonzo