:: Int -> IO [Int] -> IO [Int] package:varying

use :: Monad m => b -> VarT m a (Event x) -> VarT m a (Event b)
Populates a varying Event with a value. This is meant to be used with the various on... event triggers. For example, use 1 onTrue produces values of Event 1 when the input value is True.