synthesizer-core-0.8.4: Audio signal processing coded in Haskell: Low level part
Safe HaskellSafe-Inferred
LanguageHaskell2010

Synthesizer.Causal.Arrow

Documentation

class Arrow arrow => C arrow where Source #

Methods

apply :: (Transform sig a, Transform sig b) => arrow a b -> sig a -> sig b Source #

Instances

Instances details
C T Source # 
Instance details

Defined in Synthesizer.Causal.Arrow

Methods

apply :: (Transform sig a, Transform sig b) => T a b -> sig a -> sig b Source #

C (->) Source # 
Instance details

Defined in Synthesizer.Causal.Arrow

Methods

apply :: (Transform sig a, Transform sig b) => (a -> b) -> sig a -> sig b Source #