[Haskell-cafe] understanding enumerator/iteratee

Jason Dusek jason.dusek at gmail.com
Mon Dec 22 05:58:00 EST 2008


  So an iteratee is not like a cursor because it does not "own"
  the collection -- it just tells us how to step it. The
  enumerator "owns" the collection and provides a way to scope
  resource use?

--
Jason Dusek


More information about the Haskell-Cafe mailing list