either

fun <L, R> Arb.Companion.either(left: Arb<L>, right: Arb<R>): Arb<Either<L, R>>
fun <A> either(e: Either<Throwable, A>): Matcher<Either<Throwable, A>>