Bob Glamm
03/18/2019, 7:11 PMfx { IO { ... } } is useless because IO { ... } is just a function value bound in a context, but fx { !IO { ... } } is correct since fx understands how to deal with the coroutine and correctly causes IO to run its computation?