Re: Errors compiling nhc98-1.0pre17 with ghc-4.06



About this list Date view Thread view Subject view Author view

Malcolm Wallace (malcolm-nhc@cs.york.ac.uk)
Fri, 17 Mar 2000 16:01:35 +0000


> GcodeLowC.hs:187: parse error on input `=3D' Oh, I see the error now - it is a repetition of the "in" keyword on the previous line (186). Patch below. Regards, Malcolm diff -r1.3 GcodeLowC.hs 180c180 < let h = doubleToInt0 f in --- > let h = doubleToInt0 f 186c186 < gcodeCDump state (DATA_D d) = let h = doubleToInt0 d in --- > gcodeCDump state (DATA_D d) = let h = doubleToInt0 d -------------------------------------------------------------------- To unsubscribe, send a message containing the word `unsubscribe' to: nhc-users-request@cs.york.ac.uk --------------------------------------------------------------------


About this list Date view Thread view Subject view Author view