timeless-0.9.0.1: An Arrow based Functional Reactive Programming library

Copyright(c) 2013 Ertugrul Soeylemez
Safe HaskellSafe
LanguageHaskell2010

FRP.Timeless.Prefab.Utils

Description

Copyright: (c) 2015 Rongcui Dong License: BSD3 Maintainer: Rongcui Dong karl_1702@188.com

Synopsis

Documentation

time :: HasTime t s => Signal s m a t Source #

Local time starting from zero.

timeF :: (Fractional b, HasTime t s, Monad m) => Signal s m a b Source #

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

timeFrom :: HasTime t s => t -> Signal s m a t Source #

Local time starting from the given value.

sDebug :: MonadIO m => Signal s m String () Source #

A signal for easy debugging in arrow environment