Strange bug (in ghc?)

2003-06-14 Thread Hampus Ram
Hi, the stangest bug I've ever experienced has manifested in my code and I badly need some help finding it. I'm currently writing a small lexer generator using template haskell. It is supposed to fit in nicely with Happy and is therefore of the "threaded monadic" type. However it does not work, o

Re: Strange bug (in ghc?)

2003-06-14 Thread Hampus Ram
On Sat, Jun 14 2003, Hampus Ram wrote: > However if you change "case t of" to the more esoteric > "case unsafePerformIO (putStrLn (show t) >> return t) of " it works like > a charm. I have to correct myself on this point, it does not work like a charm. It does however change the code so that it

PLEASE HELP!

2003-06-14 Thread David Jonas Savimbi
From: David Jonas Savimbi Johannesburg, South Africa Email: [EMAIL PROTECTED] june 14th, 2003. Dear Sir, It is my humble pleasure to write you this letter irrespective of the fact that you do not know me. However, I got your name through your country business directory here in my search for a rel

Multi-Run RTS Flag Request

2003-06-14 Thread Ashley Yakeley
Something that I would find useful for profiling would be an RTS flag that made the program run several times. That way I can get more accurate numbers in the profiling report. At the moment I usually rename main to main', and set up a main that runs main' 100 times. -- Ashley Yakeley, Seattl