Popularity
3.3
Growing
Activity
0.0
Stable
6
2
0
Monthly Downloads: 29
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
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.
-
pipes-async
A higher-level interface to using concurrency with pipes -
pipes-transduce
Grab-bag of functions for interfacing pipes with foldl folds. -
pipes-category
Allows instances for Category, Arrow and ArrowChoice for 'Pipes.Pipe' using newtypewrapper 'Shaft' -
pipes-misc
Miscellaneous utilities for pipes, required by glazier-tutorial -
pipes-cellular
Pipes-based combinators for cellular data processing -
pipes-cellular-csv
Efficient pipes-based cellular CSV codec -
pipes-break
Utilities for the pipes ecosystem to break and operate on ByteString and Text via delimiters.
Clean code begins in your IDE with SonarLint
Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
Promo
www.sonarlint.org
Do you think we are missing an alternative of pipes-fluid or a related project?
README
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.