5 Mar
2003
5 Mar
'03
1:02 p.m.
On Tue, Mar 04, 2003 at 04:00:53PM +0100, Markus.Schnell@infineon.com wrote:
My program has a different behaviour under hugs and ghc.
I wrote a very simple parser with Parsec and it parses a file quite easily - as long as I use hugs to run it. But when I compile it with ghc, the parse fails. (I'm currently working on WinNT with cygwin).
Something else, but related: how do I avoid writing different Code for Hugs and ghc?
Try the November release of Hugs with the +N option.