Simon Marlow
Simon Marlow
I am very happy for you.
Yes, I think this would be good. I'll gladly accept a PR that fully qualifies everything.
I think my concern with lexing UTF-8 directly in Alex for Haskell source code was that the generated state machine might be huge. I didn't actually do that experiment though,...
The problem I'm referring to is that if the test fails, test-framework still reports success. You can see what happens by modifying the test so it fails. This seems to...
Yes, the tests should be split up, that's a separate issue though.
Note that sending must have the same strictness properties when sending locally as when sending remotely, so I think serialization will be necessary, although deserialization can be skipped (as long...
@hyperthunk the reason I've been making changes and getting involved in the development here is that I'm writing a chapter about distributed-process for the O'Reilly book on Parallel and Concurrent...
What's the issue specifically?
Should there even be an `instance MonadSTM IO`? It seems dubious to me.
> @simonmar, any objection to merging this? no objections. Needs updating to resolve conflicts though.