
24 Dec
2008
24 Dec
'08
4:24 a.m.
Henning Thielemann
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