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 works for more inputs (i.e.
all the test files I had then). It leads me to believe that is has
something to do with the runtime system, such as the GC that kicks in at
different times depending on the code... But I still have no real clue.

/Hampus

-- 
Homepage: http://www.dtek.chalmers.se/~d00ram
E-mail: [EMAIL PROTECTED]

"Det �r aldrig f�rsent att ge upp"
_______________________________________________
Glasgow-haskell-users mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to