|
|
|
|
|
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. |
|