Module
FRP.Behavior
- Package
- purescript-behaviors
- Repository
- paf31/purescript-behaviors
#Behavior Source
newtype Behavior aA Behavior acts like a continuous function of time.
We can construct a sample a Behavior from some Event, combine Behaviors
using Applicative, and sample a final Behavior on some other Event.