Tagged Questions
3
votes
0answers
84 views
How do I add options to a built in function, which only apply to a certain class of argument?
I'd like to add an option to a built-in function that only applies when it is given an argument of a certain form.
For example, something like this approach to extending ...