netwire-5.0.0: Functional reactive programming library

MaintainerErtugrul Soeylemez <es@ertes.de>
Safe HaskellNone

Control.Wire.Time

Contents

Description

 

Synopsis

Time wires

time :: HasTime t s => Wire s e m a tSource

Local time starting from zero.

timeF :: (Fractional b, HasTime t s, Monad m) => Wire s e m a bSource

Local time starting from zero, converted to your favorite fractional type.

timeFrom :: HasTime t s => t -> Wire s e m a tSource

Local time starting from the given value.