Talk:String prepend

From Rosetta Code
Revision as of 06:17, 13 February 2015 by rosettacode>Abathologist (Remarked problem with current Haskell example.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

I'm afraid the current Haskell example (`putStrLn ("Hello" ++ "World")`) misses the point: it shows how to append one string onto another and print the result, not how to assign a variable and update it by prepending a string.