Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 623 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 623 Bytes

Hackage Build Status

Applicative instances that allows reactively combining 'Pipes.Producer's so that a value is yielded when either Producer yields a value. This can be used to create a FRP-like reactive signal-network.

See Spec.hs for example usage.

See also Signals wiki.