Yampa-0.10.5: Library for programming hybrid systems.

Copyright(c) Antony Courtney and Henrik Nilsson Yale University 2003
LicenseBSD-style (see the LICENSE file in the distribution)
Maintainerivan.perez@keera.co.uk
Stabilityprovisional
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell98

FRP.Yampa.Delays

Contents

Description

 

Synopsis

Delays

Basic delays

pre :: SF a a #

Uninitialized delay operator.

iPre :: a -> SF a a #

Initialized delay operator.

Timed delays

delay :: Time -> a -> SF a a #

Delay a signal by a fixed time t, using the second parameter to fill in the initial t seconds.

To be completed

fby :: b -> SF a b -> SF a b infixr 0 #

Lucid-Synchrone-like initialized delay (read "followed by").