13 Jan 23:09
ByteString intercalate semantics??
From: Galchin, Vasili <vigalchin <at> gmail.com>
Subject: ByteString intercalate semantics??
Newsgroups: gmane.comp.lang.haskell.cafe
Date: 2009-01-13 22:12:31 GMT
Subject: ByteString intercalate semantics??
Newsgroups: gmane.comp.lang.haskell.cafe
Date: 2009-01-13 22:12:31 GMT
Hello,
From Hoogle (my friend) ....
| ||
| O(n) The intercalate function takes a ByteString and a list of ByteStrings and concatenates the list after interspersing the first argument between each element of the list. | ||
|
So intercalate doesn't do a simple concatenation? Vasili |
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe <at> haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
RSS Feed