What is the motivation for using `Either`? In what cases is it more appropriate than `Effect`?
Currently our repo is heavily biased towards Either, and only using Effects sparingly. Is this the intended use of the effect library? When should I use one or the other? I can see that the docs compare Exit and Either but I'm curious about its comparison with