Instant is
off
|
Search plugin
|
Manual
|
haskell.org
append
+text
Packages
text
append
:: Text -> Text -> Text
text
Data.Text
O(n)
Appends one
Text
to the other by copying both of them into a new
Text
. Subject to fusion.
append
:: Text -> Text -> Text
text
Data.Text.Lazy
O(n\
c)/ Appends one
Text
to another. Subject to fusion.
append
File
:: FilePath -> Text -> IO ()
text
Data.Text.IO
,
text
Data.Text.Lazy.IO
Write a string the end of a file.
©
Neil Mitchell
2004-2012, version 4.2.11