left

@JvmName(name = "eitherLeft")
fun <L, R> left(): Prism<Either<L, R>, L>(source)

Prism to focus into an arrow.core.Either.Left