quotes deleted in error messages

1998-03-30 Thread Marc van Dongen=
Hello there, While compiling some source code of mine, containing the following lines (line numbers included): 321 322 > minCycleLength :: Vertex -> (MarcMap Vertex (MarcMap Vertex v)) -> Maybe Int 323 > minCycleLength v g 324 > = mcl ws g'' 325 > where ws = mapDom (rdMap g v) 326 >

Re: quotes deleted in error messages

1998-04-08 Thread Sigbjorn Finne
Hi, would it be possible to send us a copy of the code that's showing this up? We're unable to reproduce this here. Thanks, --Sigbjorn Marc van Dongen= writes: > Hello there, > > > While compiling some source code of mine, containing > the following lines (line numbers included): > > 321 >