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

Safe HaskellNone
LanguageHaskell98

Reactive.Banana

Synopsis

Documentation

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

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.