[Haskell] Announce: Kansas University Rewrite Engine (KURE) 2.0.0

2012-06-08 Thread Neil Sculthorpe
--- This work was supported by funding from the NSF, for which we are grateful. Neil Sculthorpe ___ Haskell mailing list Haskell@haskell.org http://www.haskell.org/mailman/listinfo/haskell

[Haskell] Announce: KURE 2.6.14

2013-01-11 Thread Neil Sculthorpe
--- This work was supported by funding from the NSF, for which we are grateful. Neil Sculthorpe ___ Haskell mailing list Haskell@haskell.org http://www.haskell.org/mailman/listinfo/haskell

RE: Desugaring do-notation to Applicative

2013-10-02 Thread Neil Sculthorpe
While I really like applicative notation, sometimes naming intermediate results can make code a lot more readable. So I think supporting applicative do-notation would be beneficial. Neil On 02/10/13 07:00, p.k.f.holzenspies wrote:

Re: proposal for trailing comma and semicolon

2013-05-20 Thread Neil Sculthorpe
Same with me. I like using them, but turning on a language extension feels excessive. I use them sometimes, but would do that much more if they didn't require adding an extension. Roman * Edward Kmett ekm...@gmail.com [2013-05-17 15:24:27-0400] I personally use tuple sections a fair bit,