There appears to be a problem with doc generation:

https://arrow-kt.io/docs/0.10/apidocs/arrow-core-data/arrow.core/-either/tail-rec-m.html
The solution may be what @raulraja recommends in this Slack thread: https://kotlinlang.slack.com/archives/C5UPMM0A0/p1589832322364900
Hi! I can take this task
Hi! I can take this task
Thanks @hadilq :raised_hands: I was reviewing it as well because I was worried about the last changes. It seems the solution is building the project before running dokka and adding a classpath to the dokka configuration.
Let's try it!
Solved for the next version: https://arrow-kt.io/docs/next/apidocs/arrow-core-data/arrow.core/-either/tail-rec-m.html
I don't close the issue because it will be fixed for latest release as well in next days.
Other examples of ERROR CLASS in latest release that are solved in next version:
Thanks for creating this issue @lgtout :raised_hands:
It's already fixed in both the latest release and the next version.