> 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