On 28 August 2010 00:02, Felipe Lessa <[email protected]> wrote: > On 8/27/10, Ivan Lazar Miljenovic <[email protected]> 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"
I meant in the sense of Python, etc. where you didn't have to insert newline characters, etc. in. -- Ivan Lazar Miljenovic [email protected] IvanMiljenovic.wordpress.com _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
