Plaster

common-lisp
(defun thing (x y) (if (> (car x) max) ;; this part came from an inline function, which expected X to be of type (OR CONS REAL) (if (consp x) 'it-is-a-cons (* 1.0 x)) x))