Safe Haskell | None |
---|
- module Reactive.Banana.Combinators
- module Reactive.Banana.Switch
- compile :: (forall t. Frameworks t => Moment t ()) -> IO EventNetwork
Documentation
module Reactive.Banana.Combinators
module Reactive.Banana.Switch
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.