A parsed result over the accumulating-error channel. Effect's Either is Either<Right, Left>, so the SECOND type parameter is the error channel.
Either
Either<Right, Left>
A parsed result over the accumulating-error channel. Effect's
EitherisEither<Right, Left>, so the SECOND type parameter is the error channel.