nee-core / dev.neeffect.nee / goSafe

goSafe

suspend fun <R, E, A> R.goSafe(n: Nee<R, E, A>): Either<E, out A>