When a generic function is called, the list of applicable methods is built. As
mentioned before, the most specific method of this list is applied
(see ). This method may call the next method in
the list of applicable methods. This is done by using the special form
next-method. Consider the following definitions
With those definitions,