Common Lisp Extensions. Node: Predicates

PREV Program Structure UP Top NEXT Control Structure

Chapter 4: Predicates

This section describes functions for testing whether various facts are true or false.

  • Type Predicates `typep', `deftype', and `coerce'
  • Equality Predicates `eql' and `equalp'
  • PREV Program Structure UP Top NEXT Control Structure