Hacker News new | ask | show | jobs
by eli_gottlieb 5192 days ago
You would have to qualify the call with the module where the generic function is defined. Otherwise, you could import two modules that both define a generic function named foo() -- but whose foo() functions do completely different things.
1 comments

Yes. I consider this a feature, not a bug.