Instant is
off
|
Search plugin
|
Manual
|
haskell.org
concat
-package +text
Packages
package
text
concat
:: [Text] -> Text
text
Data.Text
,
text
Data.Text.Lazy
O(n)
Concatenate a list of
Text
s.
concat
Map
:: (Char -> Text) -> Text -> Text
text
Data.Text
,
text
Data.Text.Lazy
O(n)
Map a function over a
Text
that results in a
Text
, and concatenate the results.
©
Neil Mitchell
2004-2012, version 4.2.11