forsyde-shallow-3.4.0.0: ForSyDe's Haskell-embedded Domain Specific Language.

Copyright(c) ForSyDe Group KTH 2007-2008
LicenseBSD-style (see the file LICENSE)
Maintainerforsyde-dev@ict.kth.se
Stabilityexperimental
Portabilityportable
Safe HaskellSafe
LanguageHaskell98

ForSyDe.Shallow.MoC.Adaptivity

Description

Adaptivity Library, yet to be completed.

Documentation

applyfSY :: Signal (a -> b) -> Signal a -> Signal b Source #

applyf2SY :: Signal (a -> c -> d) -> Signal a -> Signal c -> Signal d Source #

applyf3SY :: Signal (a -> c -> d -> e) -> Signal a -> Signal c -> Signal d -> Signal e Source #

applyfU :: Int -> Signal ([a] -> [b]) -> Signal a -> Signal b Source #