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 sidhu1f
orts error, but it is what I require: literate comment > code So. Is there any way GHC can be coaxed to accept a Bird style literal Haskell file with no blank line separating code and literal comment? > Richard > Sidhu > > On Jan 14, 2015, at 2:42 AM, sidhu1f wrote: > &g

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

2015-01-13 Thread sidhu1f
At Wed, 14 Jan 2015 12:31:54 +0530, Mateusz Kowalczyk wrote: > I imagine you're suggesting that something like > Literate comment > > someCode = undefined This (literate comment followed by code with no intervening blank line) is exactly what I want (regret my explanation was unclear). But when