Popularity
1.4
Declining
Activity
0.0
Stable
2
2
0

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

pipe-enumerator alternatives and similar packages

Based on the "Control" category.
Alternatively, view pipe-enumerator alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of pipe-enumerator or a related project?

Add another 'Control' Package

README

Pipes/Iteratees Bridge

Copyright © 2015 Patryk Zadarnowski «[email protected]».
All rights reserved.

This library defines a set of functions that convert between the Pipes and Data.Enumerator paradigms. The conversion is bidirectional: an appropriately-typed pipe can be converted into an Iteratee and back into a pipe. In addition, a pipe can be fed into an iteratee (or, more specifically, Step), resulting in an Enumerator.

The library has been designed specifically for use with Snap, but I'm sure that many other interesting uses of it exist.