machinecell-3.0.1: Arrow based stream transducers

Safe HaskellSafe
LanguageHaskell2010

Control.Arrow.Machine.Misc.Pump

Contents

Synopsis

Pump

This module should be imported manually.

intake records events and outlet emits recorded events.

Tipically they are used with rec statement.

clock arguments are needed to drive a Pump. For a pair of intake and outlet, clock arguments must point the same event stream.

data Duct a Source