rhine-0.2.0.0: Functional Reactive Programming with type-level clocks
FRP.Rhine.Clock.Count
Synopsis
data Count Source #
A singleton clock that counts the ticks.
Constructors
Instances
Associated Types
type TimeDomainOf Count :: * Source #
type Tag Count :: * Source #
Methods
startClock :: Count -> m (MSF m () (TimeDomainOf Count, Tag Count), TimeDomainOf Count) Source #