Assertions (original) (raw)
ANSI Common Lisp 9 Conditions
9.1 Condition System Concepts
9.1.5 Assertions
Conditional signaling of _conditions_based on such things as key match, form evaluation, and type are handled by assertion operators. The next figure shows operators relating to assertions.
Operators relating to assertions.
assert | check-type | ecase |
---|---|---|
ccase | ctypecase | etypecase |