
4 Aug
2007
4 Aug
'07
8:34 p.m.
Ashley Yakeley wrote:
Isaac Dupree wrote:
* Use explicit braces and semicolons. Use "Allman" style.
I'm sure you could come up with a little better convention than this, but here you go (or does "Allman style" refer to something particular? if so, what?) :
Okay, luckily Haskell generally allows extra semicolons, so that works :-) (in fact I believe the extra semicolons being allowed was important for flexible _layout_ rules, for use in combination with explicit semicolons, and thereby helped make sure that non-layout syntax was nice and flexible too!) Isaac