Benjamin Franksen <[EMAIL PROTECTED]> writes:
> Please forgive me for taking this as an opportunity to rant about the
> single misfeature of Haskell's layout syntax, which is how if/then/else
> must be layed out.
For me it's worse that I can't write like this:
foo x = do
y <- foo x
let z = some long line which must be
split into two
return (y, z)
--
__("< Marcin Kowalczyk
\__/ [EMAIL PROTECTED]
^^ http://qrnik.knm.org.pl/~qrczak/
_______________________________________________
Haskell mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell