(cl-member (ash 1 100) (list (ash 1 100))) => nil (cl-assoc (ash 1 100) (list (cons (ash 1 100) t))) => nil Suggested patch attached.