Module

Signal.Aff

Package
purescript-signal
Repository
bodil/purescript-signal

#mapAff Source

mapAff :: forall b a. (a -> Aff b) -> Effect (Signal a -> Signal (Maybe b))

Apply an async effectful function to signal values and signal the results.