netwire-4.0.1: Flexible wire arrows for FRP

Copyright(c) 2012 Ertugrul Soeylemez
LicenseBSD3
MaintainerErtugrul Soeylemez <es@ertes.de>
Safe HaskellNone
LanguageHaskell2010

Control.Wire.Prefab.Time

Contents

Description

Time wires.

Synopsis

Time

dtime :: Wire e m a Time Source

Outputs the time delta to the last instant.

  • Depends: time.

time :: Wire e m a Time Source

Outputs the current local time passed since the first instant.

  • Depends: time.

timeFrom :: Time -> Wire e m a Time Source

Outputs the current local time passed since the first instant with the given offset.

  • Depends: time.