Stefan Reich <[EMAIL PROTECTED]> writes:

> multilineLiteral = "
>    line1
>    line2"

Use string gaps (see 2.6 in the Report):

multilineLiteral = "\
\   line1\n\
\   line2"

-- 
Feri.
_______________________________________________
Glasgow-haskell-users mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to