Method: (P-FIND T (EQL NIL))

Source

(defmethod p-find (value (list (eql nil)) &key &allow-other-keys)
  nil)
Source Context