nee-core / dev.neeffect.nee / Nee / withError

withError

fun <R, E, A> withError(effect: Effect<R, E>, func: (R) -> Out<E, A>): Nee<R, E, A>