Skip to content
/ pipes Public

Stream programming in the style of Haskell's {pipe, conduit, iteratee}

Notifications You must be signed in to change notification settings

pveber/pipes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pipes

Stream programming in the style of Haskell's {pipe, conduit, iteratee}

  • Examples
# open Pipes_pure.Pipe;;
# run (from_list [ 1 ; 2 ; 3 ] $$ fold 0 ( + ));;
- : int Pipes_pure.Pipe.monad = 6

About

Stream programming in the style of Haskell's {pipe, conduit, iteratee}

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published