(defgeneric required-function-argument-form-p (object) (:method ((object t)) nil) (:method ((object required-function-argument-form)) t))