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

Safe HaskellNone
LanguageHaskell2010

FRP.Rhine.Clock.FixedRate

Synopsis

Documentation

newtype FixedRate Source #

A side-effect-free clock ticking at a fixed rate.

Constructors

FixedRate Double 
Instances
Monad m => Clock m FixedRate Source # 
Instance details

Defined in FRP.Rhine.Clock.FixedRate

Associated Types

type TimeDomainOf FixedRate :: * Source #

type Tag FixedRate :: * Source #

type TimeDomainOf FixedRate Source # 
Instance details

Defined in FRP.Rhine.Clock.FixedRate

type Tag FixedRate Source # 
Instance details

Defined in FRP.Rhine.Clock.FixedRate

type Tag FixedRate = ()