| Version 2 (modified by jwlato, 4 years ago) |
|---|
Welcome to Iteratee
Iteratee is a Haskell project to provide enumerator/iteratee based IO resources.
The original inspiration for Iteratee came from work by Oleg Kiselyov.
Iteratee resources
- http://hackage.haskell.org/package/iteratee -- Iteratee on Hackage
- http://inmachina.net/~jwlato/haskell/iteratee/ -- Iteratee Darcs HEAD
Other iteratee/enumerator resources
- http://okmij.org/ftp/Streams.html -- Oleg's enumerator I/O page.
- http://okmij.org/ftp/Haskell/Iteratee/ -- Oleg's Iteratee code/examples
