reactive-banana-wx-0.1.0.2: Examples for the reactive-banana library, using wxHaskell.

Reactive.WX

Synopsis

Documentation

event1 :: w -> Event w (a -> IO ()) -> Event aSource

Event with exactly one parameter.

event0 :: w -> Event w (IO ()) -> Event ()Source

Event without parameters.

data Prop' w Source

Constructors

forall a . (Attr w a) :== (Behavior a) 

sink :: w -> [Prop' w] -> Prepare ()Source

Animate a property with a behavior