Moe-0.1: A FRP library based on signal functions.

FRP.MoeGLUT

Documentation

type Prog b = SF Input bSource

type Handle b = IORef (Prog b, Time, b)Source

timer :: Handle b -> Int -> (b -> IO ()) -> IdleCallbackSource

startProg :: DisplaySetup -> Int -> Prog b -> b -> (b -> IO ()) -> IO ()Source