Thank you for your reply. They seem very handy as a document but that is not what I want.
I'm supposing a situation, for example, where I import several libraries (with some poorly documented) and would like to know whether a given proc is defined for a given object. (Of course, I can try `proc(object)` for this specific task, but this is merely an example of what I would like to use dir for.
