Re: Strange runtime error

2000-04-03 Thread Marcin 'Qrczak' Kowalczyk
Mon, 3 Apr 2000 09:24:06 -0700, Simon Peyton-Jones <[EMAIL PROTECTED]> pisze: > It happens when some non-monadic (i.e. unsafe) call tries to print > something to stderr while some other print to stdout or stderr > is active. Wouldn't be desirable to change trace to use some lower-level function

RE: Strange runtime error

2000-04-03 Thread Simon Peyton-Jones
especially since the symptoms are so bizarre. Simon | -Original Message- | From: Laszlo Nemeth [mailto:[EMAIL PROTECTED]] | Sent: 03 April 2000 16:32 | To: [EMAIL PROTECTED] | Subject: Strange runtime error | | | Hi, | | | I attach a piece of code: it's part of my thesis, a

Strange runtime error

2000-04-03 Thread Laszlo Nemeth
Hi, I attach a piece of code: it's part of my thesis, attempts to turn (strict) functions to catamorphisms (see the comment in the code). It compiles just fine with core lint and debug on, but when I add the call to cheapSimplify it produces a runtime error: [hsc: no threads to run: infinite lo