[Haskell-cafe] understanding enumerator/iteratee

Jason Dusek jason.dusek at gmail.com
Wed Dec 24 04:24:40 EST 2008


Henning Thielemann <schlepptop at henning-thielemann.de> wrote:
> I have put essentially Oleg's explanation to the Wiki:
> http://haskell.org/haskellwiki/Enumerator_and_iteratee

  The examples given are not really illustrative of how we
  approach parsing with failure or I/O with media failure using
  the Iteratee/Enumerator approach. The notion that we just
  "fold" over the (potentially side-effecting) data structure is
  probably misleading unless you already understand the design.

--
Jason Dusek


More information about the Haskell-Cafe mailing list