timeless-0.8.0.0: Timeless is a Arrow based Functional Reactive Programming library

Copyright(c) 2015 Rongcui Dong
LicenseBSD3
MaintainerRongcui Dong <karl_1702@188.com>
Safe HaskellSafe
LanguageHaskell2010

FRP.Timeless.Prefab.Processing

Description

 

Synopsis

Documentation

sample :: Monad m => Signal s m (Bool, a) a Source

Takes a sample of second input when the first input becomes True. First snapshot taken at local time 0, i.e. on construction