Scieneer Common Lisp 1.3.9 online documentation etypecase keyform &body cases [Macro] etypecase keyform {(type form*)}*
Evaluates the forms in the first clause for which typep of keyform and type is true. If no form is satisfied then an error is signalled.