[Haskell-cafe] nested function application question

Galchin, Vasili vigalchin at gmail.com
Mon Jan 5 13:11:02 EST 2009


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20090105/6b329628/attachment.htm


More information about the Haskell-Cafe mailing list