[Haskell-cafe] couldn't match expected type ByteString with actual type IO ByteString

Mitchell Rosen mitchellwrosen at gmail.com
Thu Jun 9 14:33:18 UTC 2016


The error message is really all you need. You are passing a value of type *IO 
ByteString* to *IBuf* which expects a value of type *ByteString*.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20160609/0b863f43/attachment.html>


More information about the Haskell-Cafe mailing list