Popularity
2.5
Declining
Activity
0.0
Stable
6
2
0

Monthly Downloads: 32
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Control     Pipes     FRP    
Latest version: v0.6.0.1

pipes-fluid alternatives and similar packages

Based on the "pipes" category.
Alternatively, view pipes-fluid alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of pipes-fluid or a related project?

Add another 'pipes' Package

README

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.