(cond
 ((and (cons 'dad '()) #t) (cons 'mom (cons 'dad '())))
 ((and #f (not (cons 'dad '()))) (cons 'dad #f))
 (else #f))