Basically I have a codebase that massively uses coroutines and exceptions, and sometimes in the future I'd like to replace every exception by Either and similar concepts, but right now looking at the channel it seems like if I try to use anything advanced it might break soon, so it might be better to wait until Arrow Meta and comes along to streamline everything