`.fix` takes Kind<F, A> to F<A>, or in...
# arrow
b
.fix
takes Kind<F, A> to F<A>, or in this case it takes Kind<EitherPartialOf<Int>, List<Int>> to Either<Int, List<Int>>
👍🏾 1