Difference between revisions of "Pipes"

From HaskellWiki
Jump to navigation Jump to search
(→‎Blog articles: Added "Pipes 2.0 vs Pipes-core")
(Added a link to Control.Proxy.Tutorial on Hackage)
Line 3: Line 3:
 
[[Category:Idioms]]
 
[[Category:Idioms]]
   
Pipes are a way to handle streaming data.
+
Pipes are a way to handle streaming data; for an introductory tutorial see [http://hackage.haskell.org/packages/archive/pipes/3.2.0/doc/html/Control-Proxy-Tutorial.html Control.Proxy.Tutorial on Hackage].
   
   

Revision as of 06:15, 11 April 2013

This article is a stub. You can help by expanding it.

Pipes are a way to handle streaming data; for an introductory tutorial see Control.Proxy.Tutorial on Hackage.


Links


Blog articles

See also