pipes-fluid-0.3.0.0: Reactively combines Producers so that a value is yielded as soon as possible.

Safe HaskellSafe
LanguageHaskell2010

Pipes.Fluid.Alternative

Documentation

bothOrEither :: Alternative f => f a -> f b -> f (Either (a, b) (Either a b)) Source #