On 8/27/10, Ivan Lazar Miljenovic <ivan.miljeno...@gmail.com> wrote:
> Admittedly, Haskell has no multi-line
> String support which would make defining something like the
> "Description" field harder...

Quick correction: Haskell *does* have multi-line strings. For example:

    "This is a\
    \ nice string"

Note, however, that CPP doesn't like them.

Cheers! =)

-- 
Felipe.
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to