|  | ANSI Common Lisp  4 Types and Classes  4.4 Dictionary of Types and Classes 
 
| 4.4.6  standard-generic-function | System Class |  
 Class Precedence List:
standard-generic-function,
generic-function,
function,
t
Description:
The class standard-generic-function is the default class of
generic functions established by
defmethod,
ensure-generic-function,
defgeneric,
and
defclass forms.
Allegro CL Implementation Details:
 None. |