Module

FRP.Behavior

Package
purescript-behaviors
Repository
paf31/purescript-behaviors

#zip Source

zip :: forall c b a. (a -> b -> c) -> Behavior a -> Behavior b -> Behavior c

#step Source

step :: forall a. a -> Event a -> Behavior a

#sample Source

sample :: forall c b a. (a -> b -> c) -> Behavior a -> Event b -> Event c

#sample' Source

sample' :: forall b a. Behavior a -> Event b -> Event a