Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- autoAdvance :: Int -> Chan PresentationCommand -> IO (Chan PresentationCommand)
Documentation
autoAdvance :: Int -> Chan PresentationCommand -> IO (Chan PresentationCommand) Source #
This function takes an existing channel for presentation commands
(presumably coming from human input) and creates a new one that also sends
a Forward
command if nothing happens for N seconds.