[Haskell-cafe] multiline strings in haskell?

Henning Thielemann lemming at henning-thielemann.de
Thu Jan 12 04:34:05 EST 2006


On Wed, 11 Jan 2006, Michael Vanier wrote:

> Is there any support for multi-line string literals in Haskell?  I've
> done a web search and come up empty.  I'm thinking of using Haskell to
> generate web pages and having multi-line strings would be very useful.

Do you mean

unlines ["first line", "second line", "third line"]

?



More information about the Haskell-Cafe mailing list