[Haskell-cafe] question about indentation conventions

Brandon Allbery allbery.b at gmail.com
Mon Jul 1 15:45:44 CEST 2013


On Mon, Jul 1, 2013 at 3:43 AM, Tom Ellis <
tom-lists-haskell-cafe-2013 at jaguarpaw.co.uk> wrote:

> > is OK but
> >       f (g x
> >       y z)
> > is not.
>
> It seems to me that this means
>
>     f x1 x2
>     x3 x4
>
> is not.  The OP was initially asking about this situation.
>

If you wrote that in a do, the compiler would insert a (>>) between the two
lines.

-- 
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/haskell-cafe/attachments/20130701/a5a24a6d/attachment.htm>


More information about the Haskell-Cafe mailing list