S. Achterop IWI-120 3932 writes:
> 
>     L.S.
> 
>     a minor bug that I found using ghc with the "-cpp" option:
> 
> the following program:
> 
> 
> main = print ("Defined commands:\n\
>                        \q:       quit the ide")
> 
> 
> 
> gives as error message:
>            fout.hs:2:59: Illegal string escape: `\q'
>            fout.hs:2:59:  on input: "q"
> 
> 

Thanks for the report, but I don't see any way of getting
string gaps and cpp to work together as cpp will splice
lines no matter what.

--Sigbjorn

Reply via email to