Difference between revisions of "Iteratee"
From HaskellWiki
(Page for iteratee's implementation) |
(Added two links) |
||
Line 40: | Line 40: | ||
* [http://comonad.com/reader/2009/iteratees-parsec-and-monoid Iteratees, Parsec and Monoids] | * [http://comonad.com/reader/2009/iteratees-parsec-and-monoid Iteratees, Parsec and Monoids] | ||
* [http://therning.org/magnus/archives/735 Trying to work out iteratees] | * [http://therning.org/magnus/archives/735 Trying to work out iteratees] | ||
+ | * [http://leimy9.blogspot.com/2010/02/iteratee.html Iteratee] | ||
=== Discussions === | === Discussions === | ||
+ | * [http://www.haskell.org/pipermail/haskell-cafe/2010-February/072838.html safe lazy IO or Iteratee?] | ||
* [http://www.mail-archive.com/haskell-cafe@haskell.org/msg45890.html Lazy vs correct IO] | * [http://www.mail-archive.com/haskell-cafe@haskell.org/msg45890.html Lazy vs correct IO] | ||
* [http://stackoverflow.com/questions/1319705/introduction-or-simple-examples-for-iteratee Question on StackOverflow] | * [http://stackoverflow.com/questions/1319705/introduction-or-simple-examples-for-iteratee Question on StackOverflow] |
Revision as of 21:30, 6 February 2010
Page about the implementation of Oleg's Iteratee maintained by John Lato.
Contents
Installing
Iteratee can be installed via cabal:
$ cabal update
$ cabal install iteratee