Safe Haskell | None |
---|---|
Language | Haskell98 |
- 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 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.