All Manuals > LispWorks® User Guide and Reference Manual > 33 The COMMON-LISP Package

declaim Macro

Summary

Established a specified declarations.

Package

common-lisp

Signature

declaim &rest declarations

Arguments
declarations
Declaration forms.
Description

The macro declaim behaves as specified in the ANSI Common Lisp Standard with one exception: for a top-level call to declaim, optimize declarations in declarations are omitted from the compiled binary file. This is useful because you are unlikely to want to change these settings outside of that file.

See also

declaim in the Common Lisp HyperSpec
compile-file
declare
proclaim


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:30