Re: Avoid blank line separating code and comments in Bird style?

2015-01-14 Thread sidhu1f
At Wed, 14 Jan 2015 18:12:31 +0100, Andres Löh wrote: > > Hi everyone. > > I think invoking GHC(i) with -optL-q might work. Solved my problem! My thanks to you Andres (and to Mateusz and Richard also). > > Cheers, > Andres > Sidhu ___ Glasgow-has

Re: Avoid blank line separating code and comments in Bird style?

2015-01-14 Thread Andres Löh
Hi everyone. I think invoking GHC(i) with -optL-q might work. Cheers, Andres -- Andres Löh, Haskell Consultant Well-Typed LLP, http://www.well-typed.com Registered in England & Wales, OC335890 250 Ice Wharf, 17 New Wharf Road, London N1 9RF, England __

Re: Avoid blank line separating code and comments in Bird style?

2015-01-14 Thread sidhu1f
At Wed, 14 Jan 2015 10:55:41 -0500, Richard Eisenberg wrote: > > I think the underlying problem here is that there is a difference between > "literate" comments and "normal" comments. > > In a bird-style literate Haskell file, this is what I'll call a literate > comment: > > ~~~ > A line with

Re: Avoid blank line separating code and comments in Bird style?

2015-01-14 Thread Richard Eisenberg
I think the underlying problem here is that there is a difference between "literate" comments and "normal" comments. In a bird-style literate Haskell file, this is what I'll call a literate comment: ~~~ A line with no marker at the beginning ~~~ A normal comment is in a line of Haskell code, p