rhine-0.1.0.0: Functional Reactive Programming with type-level clocks
FRP.Rhine.Clock.FixedRate
Synopsis
newtype FixedRate Source #
A side-effect-free clock ticking at a fixed rate.
Constructors
Instances
Associated Types
type TimeDomainOf FixedRate :: * Source #
type Tag FixedRate :: * Source #
Methods
startClock :: FixedRate -> m (MSF m () (TimeDomainOf FixedRate, Tag FixedRate), TimeDomainOf FixedRate) Source #