Hello,
I have the following:
B.intercalate $ B.intercalate
ByteString
[ByteString]
[ByteString]
I get a type error with this. If I comment out the 2nd B.intercalate
and the third parameter I get no type errors.
Regards, Vasili
_______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
