Re: Proposals and owners

2009-07-31 Thread Iavor Diatchki
+1. I completely agree. On Fri, Jul 31, 2009 at 6:04 PM, Lennart Augustsson wrote: > I think that a natural extension to allowing empty data declarations > would be to allow empty case expressions. > > On Wed, Jul 29, 2009 at 7:34 PM, Stephanie > Weirich wrote: >> Ok, I've put together a page on E

Re: Proposals and owners

2009-07-31 Thread Lennart Augustsson
I think that a natural extension to allowing empty data declarations would be to allow empty case expressions. On Wed, Jul 29, 2009 at 7:34 PM, Stephanie Weirich wrote: > Ok, I've put together a page on EmptyDataDecls: > > http://hackage.haskell.org/trac/haskell-prime/wiki/EmptyDataDecls > > Cheer

Re: Proposals and owners

2009-07-31 Thread Simon Marlow
On 31/07/2009 14:51, Neil Mitchell wrote: Hi > remove FixityResolution from the context-free grammar http://hackage.haskell.org/trac/haskell-prime/wiki/FixityResolution Please take a look and comment. This fixes a nasty bug in the Haskell syntax - albeit one that doesn't cause problems i

Re: Proposals and owners

2009-07-31 Thread Neil Mitchell
Hi >>  > remove FixityResolution from the context-free grammar > > http://hackage.haskell.org/trac/haskell-prime/wiki/FixityResolution > > Please take a look and comment.  This fixes a nasty bug in the Haskell > syntax - albeit one that doesn't cause problems in practice, but still.  I > think the

Re: Proposals and owners

2009-07-31 Thread Simon Marlow
I have fleshed out the report delta for > remove FixityResolution from the context-free grammar http://hackage.haskell.org/trac/haskell-prime/wiki/FixityResolution Please take a look and comment. This fixes a nasty bug in the Haskell syntax - albeit one that doesn't cause problems in pract