Instant is
off
|
Search plugin
|
Manual
|
haskell.org
intercalate
+text
Packages
text
intercalate
:: Text -> [Text] -> Text
text
Data.Text
,
text
Data.Text.Lazy
O(n)
The
intercalate
function takes a
Text
and a list of
Text
s and concatenates the list after interspersing the first argument between each element of the list.
©
Neil Mitchell
2004-2012, version 4.2.11