STANDARD-GENERIC-FUNCTION(3cl) |
Common Lisp Reference |
STANDARD-GENERIC-FUNCTION(3cl) |
NAME
standard-generic-function – default class of generic functions established by defmethod, ensure-generic-function, defgeneric, and defclass (system class)
SYNOPSIS
Class precedence list: standard-generic-function, generic-function, function, t
;; n/a
|
ARGUMENTS and VALUES
(none)
VALID CONTEXT
n/a
BINDING TYPES AFFECTED
n/a
DESCRIPTION
The class standard-generic-function is the default class of generic functions established by defmethod, ensure-generic-function, defgeneric, and defclass forms.
AFFECTED BY
(none)
EXCEPTIONAL SITUATIONS
(none)
NOTES
(none)
EXAMPLES
(none)
SEE ALSO
(none)
AUTHOR and COPYRIGHT
Substantial portions of this page are taken from draft proposed American National Standard for Information Systems—Programming Language—Common Lisp, X3J13/94-101R, Version 15.17R, Fri 12-Aug-1994 6:35pm EDT; no copyright indicated.
Additional clarification and comments by Michael Marking <marking@tatanka.com>, http://www.tatanka.com/software/cl-manpages/; alternatively, https://github.com/wakinyantanka/cl-manpages/. Copyright 2017 Michael Marking as both an original and a derivative work.
Licensed under Creative Commons Attribution-NoDerivatives 4.0 International (CC BY-ND 4.0).
This page last revised Friday 31 March 2017.