pakoito
suspend fun bla(): Either<SomeError, Result> = Either.fx { val ble = somethingWithEither().bind() somethingElse(ble) }
kushalp