fun <T> Either<*, T>.shouldBeRight(): Unit
infix inline fun <B> Either<*, B>.shouldBeRight(fn: (B) -> Unit): Unit
infix fun <B> Either<Any?, B>.shouldBeRight(b: B): Unit