purescript-rxps
purescript-rxps copied to clipboard
An opinionated PureScript wrapper for RxJS, complete with a Monad Transformer ObservableT
Also exported the following unused functions: * liftF * fromObservable * requestWithBody * bufferToggle `create'` was redundant because it has the same implementation as `create`. Removed unused variables to reduce...
Currently they are the same module. As a breaking change, it should be available under `Data.RxJS.Observable` and `Control.Monad.RxJS.Observable.Trans`
Right now whenever you import one of the operators all of them get pulled in. We could provide a solution where each operator gets required in its own implementation.