RxHaskell icon indicating copy to clipboard operation
RxHaskell copied to clipboard

Reactive Extensions for Haskell (experimental)

Results 6 RxHaskell issues
Sort by recently updated
recently updated
newest added

I expect result "A-B-A-B" for the code below, but got "A-AB-ABA-ABAB." It seems that `switch` doesn't turn off old signals. Is this correct behaviour? code: ``` {-# Language LambdaCase #-}...

bug

I haven't yet run into a case where I need to compare `Disposable`s (outside of `DisposableSet`), and the `Unique` occupies unnecessary space. `StableName` is probably a better option anyways.

`throttle`, `delay`, `interval`, etc. This package might be of use: http://hackage.haskell.org/package/timers-0.2.0.1 This might depend on #7.

enhancement

`repeat`, `catch`, `retry`, etc.

enhancement

See 97b4d9ffe89c7df323c86c772d443ee47ead8475 for a previous implementation.

enhancement