| Copyright | (c) Ertugrul Soeylemez 2013 Rongcui Dong 2015 |
|---|---|
| License | BSD3 |
| Maintainer | Rongcui Dong <karl_1702@188.com> |
| Safe Haskell | Safe |
| Language | Haskell2010 |
FRP.Timeless.Internal.Signal
Description
Signal
Arguments
| :: Monad m | |
| => Signal m a b | Signal to be stepped |
| -> Maybe a | Input | Stateful output |
| -> m (Maybe b, Signal m a b) |
Steps a signal in certain time step