Instant is
off
|
Search plugin
|
Manual
|
haskell.org
unwords
-bytestring
Packages
bytestring
base
text
unwords
:: [String] -> String
base
Prelude
,
base
Data.List
,
base
Data.String
unwords
is an inverse operation to
words
. It joins words with separating spaces.
unwords
:: [Text] -> Text
text
Data.Text
,
text
Data.Text.Lazy
O(n)
Joins words using single space characters.
©
Neil Mitchell
2004-2012, version 4.2.11