I tried this as well, but stuck with the below: `...
# arrow
g
I tried this as well, but stuck with the below:
Copy code
fun <S, E> User.upsert(result: Kind2<S, Nel<E>, Unit>) where S: ForEither, S: ForValidated = fx.async {
        result.fix().bimap(
                toLeft(),
                toRight()
        )
    }