Content deleted Content added
Pi Delport (talk | contribs) m distinguish generalized function |
m sp: An other→Another |
||
Line 4:
Generic functions correspond roughly to what [[Smalltalk]] calls messages; but when a generic function is called, method dispatch occurs on the basis of all arguments, not just a single privileged one. See under [[multiple dispatch]] for more. This is also known as a [[multimethod]].
id: a->a
let id a = a
|