reactive-bacon-0.4.1: FRP (functional reactive programming) framework

Safe HaskellSafe-Inferred

Reactive.Bacon.EventStream.Monadic

Documentation

flatMapE :: EventSource s => (a -> IO (EventStream b)) -> s a -> IO (EventStream b)Source

switchE :: EventSource s => (a -> IO (EventStream b)) -> s a -> IO (EventStream b)Source