optionToEither

fun <A> optionToEither(): Iso<Option<A>, Either<Unit, A>>

Iso that defines the equality between and arrow.core.Option and arrow.core.Either