Re: Desugaring do-notation to Applicative

2013-10-05 Thread Greg Weber
I think there are 2 use cases: * explicit ado is best, it communicates the intent of the writer and can give better error messages * we want users to write code in a do style and the implementer to make it applicative if possible So we probably need to accommodate 2 use cases with 2 extensions, on

Re: carriage returns on Windows from quasi-quotes

2013-10-05 Thread Greg Weber
Yes, this is only an issue on Windows. On Fri, Oct 4, 2013 at 11:19 PM, Christopher Done wrote: > They're on Windows? > > On 5 October 2013 01:36, Greg Weber wrote: > > A Windows user rerported using Data.Text.IO.writeFile to write out > > quasi-quoted text. > > > > writeFile automatically tran