Can I pause a computation rather than aborting it? (Interrupt Command)
Can I pause a computation rather than aborting it?
Sometimes I don't want to discard work by raising an exception. It would be nice if I could just pause execution ad hoc.
Harder: It would be nice if I could inspect the paused state too.