Earlier quoted context omitted.
> The function I am talking about doesn't take any arguments. All impure functions have an implicit dependency on (some subset of) the state of the universe when they execute; in mathematics and logic something with this kind of dependency is typically noted by parameterizing it by time when the actual precise nature of the dependency is outside of the scope of the immediate analysis (because a dependency on the stat…
Well, it seems our disagreeme is obvious. You only want to talk about pure functions. I want to talk about ALL functions. So lets define the function "pure" such that pure(f) -> True when f is a pure function pure(g) -> False when g is an impure function What would you say is the truth-value of pure(pure) ? https://en.wikipedia.org/wiki/Impredicativity
> "All impure functions have an implicit dependency on (some subset of) the state of the universe when they execute"
You wrote:
> "You only want to talk about pure functions. I want to talk about ALL functions."
Find the error.