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

_______________________________________________
Haskell-prime mailing list
Haskell-prime@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-prime

Reply via email to