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