ozataman / csv-conduit

Flexible, fast and constant-space CSV library for Haskell using conduits
Other
52 stars 33 forks source link

Corrected Example 2 to work with myProcessor being a simple identity conduit #15

Closed stormont closed 8 years ago

stormont commented 9 years ago

The example text indicates that myProcessor isn't trying to do anything, so replaced "undefined" with an implementation of a simple identity conduit.

ozataman commented 8 years ago

Thanks.