Event Timeline
Comment Actions
I'd like to push back on this one. Using a strongly typed functional language as a base, null should not be an allowed input to any function, since it does not match a ZType. I'd suggest that we catch null as a bad argument and throw a Z5 rather than gracefully fail within the builtin itself.
Comment Actions
I can't find any evidence that functions can still receive null inputs; our argument validation should now catch any such cases. We can close this.