nee-core / dev.neeffect.nee / UANee

UANee

typealias UANee<R, A> = Nee<R, Any, Unit, A>

Very Generic Nee monad.

Error is any and does not declare any business param. (it is Unit)