yampa-canvas-0.2: blank-canvas frontend for yampa

Safe HaskellNone
LanguageHaskell2010

FRP.Yampa.Canvas

Synopsis

Documentation

reactimateSFinContext :: forall a b. (Event -> Canvas (Event a)) -> (b -> Canvas ()) -> SF (Event a) b -> DeviceContext -> IO () Source

A specialisation of reactimate to Blank Canvas. The arguments are: the Canvas action to get input, the Canvas action to emit output, the signal function to be run, and the device context to use.