the quick hack that comes to mind would be to over...
# announcements
d
the quick hack that comes to mind would be to overload
foo
with my own non-external function, preprocess the arguments (turning any Lists into Arrays), and then forwarding the arguments to the external
foo
function. but i'm not sure how i can even do that since
foo()
is already super permissive