ToC DocOverview CGDoc RelNotes Index PermutedIndex
Allegro CL
Home Previous Up Next Table of Contents Index
  ANSI Common Lisp   3 Evaluation and Compilation   3.3 Declarations

3.3.3 Declaration Identifiers

The next figure shows a list of all declaration identifiers defined by this standard.

Common Lisp Declaration Identifiers
declaration ignore special
dynamic-extent inline type
ftype notinline
ignorable optimize

An implementation is free to support other (implementation-defined) declaration identifiers as well. A warning might be issued if a declaration identifier is not among those defined above, is not defined by the implementation, is not a type name, and has not been declared in a declaration proclamation.

3.3.3.1  Shorthand notation for Type Declarations


Home Previous Up Next Table of Contents Index
© Franz Inc. 1998-2005 - File last updated 6-21-2002