reactive-banana-0.8.0.2: Library for functional reactive programming (FRP).

Safe HaskellNone

Reactive.Banana

Synopsis

Documentation

compile :: (forall t. Frameworks t => Moment t ()) -> IO EventNetworkSource

Compile the description of an event network into an EventNetwork that you can actuate, pause and so on.

Event networks are described in the Moment monad and use the Frameworks class constraint.