
13 Aug
2009
13 Aug
'09
7:14 a.m.
On Wed, Aug 12, 2009 at 11:45:04PM -0700, John Meacham wrote:
Also, what about data declarations? Would we need something like below? It seems odd to apply such a rule sometimes but not others.
data Foo = (Foo { .. }) | ...
You would not need these parentheses; nor would you need parentheses in foo = Foo { ... } Thanks Ian