Andrew Clemons bcde7fa97b haskell/haskell-pipes: Updated for version 4.3.16. 2 лет назад
..
README f01a0f8982 haskell/haskell-pipes: Added (stream processing library). 4 лет назад
doinst.sh f01a0f8982 haskell/haskell-pipes: Added (stream processing library). 4 лет назад
haskell-pipes.SlackBuild bcde7fa97b haskell/haskell-pipes: Updated for version 4.3.16. 2 лет назад
haskell-pipes.info bcde7fa97b haskell/haskell-pipes: Updated for version 4.3.16. 2 лет назад
slack-desc f01a0f8982 haskell/haskell-pipes: Added (stream processing library). 4 лет назад

README

pipes is a clean and powerful stream processing library that lets you
build and connect reusable streaming components

Advantages over traditional streaming libraries:
* Concise API: Use simple commands like for, (>->), await, and yield
* Blazing fast: Implementation tuned for speed, including shortcut
fusion
* Lightweight Dependency: pipes is small and compiles very rapidly,
including dependencies
* Elegant semantics: Use practical category theory
* ListT: Correct implementation of ListT that interconverts with pipes
* Bidirectionality: Implement duplex channels
* Extensive Documentation: Second to none!