rhine-0.4.0.4: Functional Reactive Programming with type-level clocks

Safe HaskellNone
LanguageHaskell2010

FRP.Rhine.Clock.Count

Synopsis

Documentation

data Count Source #

A singleton clock that counts the ticks.

Constructors

Count 
Instances
Monad m => Clock m Count Source # 
Instance details

Defined in FRP.Rhine.Clock.Count

Associated Types

type TimeDomainOf Count :: * Source #

type Tag Count :: * Source #

type TimeDomainOf Count Source # 
Instance details

Defined in FRP.Rhine.Clock.Count

type Tag Count Source # 
Instance details

Defined in FRP.Rhine.Clock.Count

type Tag Count = ()