Re: Proposals and owners

2009-08-02 Thread Niklas Broberg
>> I updated the code on the wiki page: the previous version didn't handle >> prefix negation - did you implement that yourself in HLint? > > No, I didn't implement prefix negation in HLint - it never came up as > an issue. Perhaps the underlying HSE library dealt with it for me - > Niklas would kn

Re: Proposals and owners

2009-08-02 Thread Neil Mitchell
 >  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. >>>  

Re: StricterLabelledFieldSyntax

2009-08-02 Thread Iavor Diatchki
Hello, There are some examples where the current notation is nicer (subjectively so, of course :-) with the white space. Mostly, when the record fields do not fit on a single line. I tend to write things like this: ParseError { errorPosition = .. , errorDescription = .. } alternatively: