fun constP(): (P) -> Nee<R, E, Unit, A>
fun <R, E, A> constP(effect: Effect<R, E>, func: (R) -> A): Nee<R, E, Unit, A>