[Haskell-cafe] ByteString typechecking issues....
Galchin, Vasili
vigalchin at gmail.com
Sat Dec 27 00:13:28 EST 2008
Hello,
I have a ByteString -> [ByteString] -> ByteString situation, i.e.
concatenation .....
-- marshall into ByteString representation
join
(encode (buildHeader ss))
-- ByteString
(map encode (buildEntries (sequenceListExtract ss)))
-- [ByteString]
I get the following typecheck error which is vexing me ....
Couldn't match expected type `t -> t -> B.ByteString'
against inferred type `B.ByteString'
???
Thanks, Vasili
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20081226/8e99e45f/attachment.htm
More information about the Haskell-Cafe
mailing list