slackbuilds/haskell/haskell-pipes
Andrew Clemons bcde7fa97b
haskell/haskell-pipes: Updated for version 4.3.16.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-02-23 20:10:31 +07:00
..
README haskell/haskell-pipes: Added (stream processing library). 2020-01-18 08:13:14 +07:00
doinst.sh haskell/haskell-pipes: Added (stream processing library). 2020-01-18 08:13:14 +07:00
haskell-pipes.SlackBuild haskell/haskell-pipes: Updated for version 4.3.16. 2022-02-23 20:10:31 +07:00
haskell-pipes.info haskell/haskell-pipes: Updated for version 4.3.16. 2022-02-23 20:10:31 +07:00
slack-desc haskell/haskell-pipes: Added (stream processing library). 2020-01-18 08:13:14 +07:00

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!