see that `Kind<Kind<ForEither, L>, A>`...
# arrow-contributors
p
see that
Kind<Kind<ForEither, L>, A>
has three possible alias:
Kind2<ForEither, L, A>
,
Kind<EitherPartialOf<L>, A>
and
EitherOf<L, A>