GHCI and Concurrent Haskell?

Simon Marlow simonmar@microsoft.com
Thu, 15 Aug 2002 10:47:02 +0100


> Is it possible to test code using the concurrency features with GHCI?

There's one problem: everything stops when the prompt appears in GHCi.
This is because our readline interface isn't thread-friendly.
Otherwise, concurrency works fine in GHCi.

Cheers,
	Simon