Re: darcs patch: Use do notation

2008-01-24 Thread Ian Lynagh
Hi Twan, On Fri, Jan 18, 2008 at 01:34:17AM +0100, Twan van Laarhoven wrote: > > I have finished converting the ghc compiler to do notation. Here is a > patchset. Great stuff, thanks! > The patchset is split into 99 patches, most of which touch one file each. I've applied most of the patches

Re: darcs patch: Use do notation

2008-01-18 Thread Ian Lynagh
On Fri, Jan 18, 2008 at 10:13:58AM +, Simon Marlow wrote: > > Perhaps for 6.10 we could move the bar up to 6.4? Anyone have any thoughts > on that? Sounds good to me. Thanks Ian ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.or

Re: darcs patch: Use do notation

2008-01-18 Thread Simon Marlow
Twan van Laarhoven wrote: Hello ghc developers, I have finished converting the ghc compiler to do notation. Here is a patchset. Changes in the patch: - Use do notation instead of `thenX` everywhere. - Use return instead of returnX everywhere. - Use standard functions from Control.Monad