(let ((x '((cons "foo" "bar") (cons "baz" "qux"))) (y '(("foo" . "bar") ("baz" . "qux")))) (equal x y)) ;; The above code evaluates to NIL