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