snoyberg / mono-traversable

Type classes for mapping, folding, and traversing monomorphic containers
153 stars 63 forks source link

Less generalized I/O #120

Closed snoyberg closed 7 years ago

snoyberg commented 7 years ago

Don't use IOData in conduit-combinators and classy-prelude, instead specializing to ByteString, thereby avoiding issues of:

See: http://www.snoyman.com/blog/2016/12/beware-of-readfile

Feel free to vote on this by clicking on the thumbs-up or thumbs-down. If you're opposed, please leave a comment explaining why.