other
(in-package "ACL2")
lookup-eqfunction
(defund lookup-eq (key alist) (declare (xargs :guard (if (symbolp key) (alistp alist) (symbol-alistp alist)))) (cdr (assoc-eq key alist)))
(in-package "ACL2")
(defund lookup-eq (key alist) (declare (xargs :guard (if (symbolp key) (alistp alist) (symbol-alistp alist)))) (cdr (assoc-eq key alist)))