Instant is
off
|
Search plugin
|
Manual
|
haskell.org
unwords
-base
Packages
base
bytestring
text
unwords
:: [ByteString] -> ByteString
bytestring
Data.ByteString.Char8
,
bytestring
Data.ByteString.Lazy.Char8
The
unwords
function is analogous to the
unlines
function, on words.
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