like this: (match (list id url title) ((_ #f #f) (display "no nuffink")) ((_ _ #f) (display "no title")) (_ (display "donky")))