
20 Aug
2010
20 Aug
'10
1:18 a.m.
Just released version 0.1.1, which includes: * Michael Snoyman's improved 'consume' * (>==>) and (<==<) operators, for composing enumerators (sort of like (>=>) for monads) * ($$) operator, an alias for (==<<), which matches Oleg's operator and makes reading 'run' statements a bit easier. * catchError, for handling errors * liftTrans, for lifting an iteratee's inner monad to a monad transformer * liftFoldL and liftFoldL', for building iteratees out of pure left folds. An example of their use is 'iterLines' in Examples/wc.hs * liftFoldM, like liftFoldL but for monadic left folds