|
|
|
|
|
by nessus42
5192 days ago
|
|
Methods are referred to as being attached to objects, even though they are multimethods. This appears to imply asymmetric multimethods. Again, huh? What a strange design decision to make! Method dispatching is done symmetrically on the arguments in Cecil. |
|
This means you've got to either use qualified module names, make sure never to import two modules that export an identically-named method, or (if the methods have similar signatures) resort to a type-class.