(def func ((o param nil param-specified)) (if (param-specified) (do-this param) (do-that)))
(defpat func (param) (do-this param) () (do-that))