(< number &rest more-numbers)
(defun better-path (path1 path2) "Is path1 cheaper than path2?" (< (path-total-cost path1) (path-total-cost path2)))