On Thu, 2007-03-01 at 11:04 -0800, Jeremy Shaw wrote: > Some open questions are: > > a) how do you detect that you are running in the threaded RTS Currently the nearest approximation is: Control.Concurrent.rtsSupportsBoundThreads :: Bool Duncan