Safe Haskell | None |
---|---|
Language | Haskell2010 |
- reactimateSFinContext :: forall a b. (Event -> Canvas (Event a)) -> (b -> Canvas ()) -> SF (Event a) b -> DeviceContext -> IO ()
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.