All Manuals > LispWorks Release Notes and Installation Guide > 13 Release Notes > 13.16 CLOS/MOP changes

NextPrevUpTopContentsIndex

13.16.2 Stricter checking of generic function lambda list syntax

The lambda list of a generic function is now checked for conformance with the Common Lisp specification. In particular, an error is signaled now if the variables are not symbols.

This affects defgeneric , ensure-generic-function and calls to make-instance for objects of type standard-generic-function .


LispWorks Release Notes and Installation Guide - 23 Dec 2011

NextPrevUpTopContentsIndex