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

with

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

from function - adds tracing.