Iteratee I/O

From HaskellWiki
Revision as of 12:23, 15 November 2011 by Henk-Jan van Tuyl (talk | contribs) (Added a link to The Monad.Reader Issue 16)
Jump to navigation Jump to search

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

Iteratee I/O is a way to avoid the problems that can occur with lazy I/O.

Discussions elsewhere on this wiki include:

Essays by Oleg:

Other discussions:

Uses of Iteratee I/O:

  • Snap : The Snap web framework
  • yaml: Low-level binding to the libyaml C library]
  • usb 0.4: Communicate with USB devices
  • sstable: SSTables in Haskell
  • WAI: a Web Application Interface for haskell web frameworks (used by Yesod).

Packages: