ghc-pipes 4.3.16
Channel: guix
Home page: https://hackage.haskell.org/package/pipes
Licenses: Modified BSD
Build system: haskell
Synopsis: Compositional pipelines
Description:
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, andyieldBlazing 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
ListTthat interconverts with pipesBidirectionality: Implement duplex channels
Total results: 1