[Haskell-beginners] breaking code to several lines

Brandon Allbery allbery.b at gmail.com
Mon Dec 23 21:47:12 UTC 2013


On Mon, Dec 23, 2013 at 4:42 PM, Miro Karpis <miroslav.karpis at gmail.com>wrote:

> Hi please,... I have one sql insert statement which is too long to be on
> one line. Is there a way that I can break it several lines? Or does it have
> to be everything in one line?
>

See "string gaps" in
http://www.haskell.org/onlinereport/haskell2010/haskellch2.html#x7-200002.6

-- 
brandon s allbery kf8nh                               sine nomine associates
allbery.b at gmail.com                                  ballbery at sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/beginners/attachments/20131223/9501238e/attachment.html>


More information about the Beginners mailing list