`fun <R> Right(right: R): Either<Nothing,...
# arrow
p
fun <R> Right(right: R): Either<Nothing, R> = Either.right(right)