j
k
j a
j l
On 26/04/07, Bas van Dijk wrote:
test = putStrLn $ toIsString $ do "I" "need" "MultiLine" "String" "literals!"
but it's simpler to just write something like: test = putStr $ unlines ["I", "need", "multiline", "string", "literals"] - Joe
Back to the thread
Back to the list