fun <T> Either<T, Any?>.shouldNotBeLeft(): Unit
infix fun <A> Either<A, Any?>.shouldNotBeLeft(a: A): Unit