[Haskell-cafe] Re: Hackage on Linux

Felipe Lessa felipe.lessa at gmail.com
Fri Aug 27 10:02:58 EDT 2010


On 8/27/10, Ivan Lazar Miljenovic <ivan.miljenovic at 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.


More information about the Haskell-Cafe mailing list