typealias UNee<R, E, A> = Nee<R, E, Unit, A>
Nee on function without param.
Does not actually mean function is constant, means it does not declare any params for Nee framework.