Included Books
other
(in-package "ACL2")
include-book
(include-book "get-ruler-extenders-plus")
include-book
(include-book "std/testing/assert-equal" :dir :system)
include-book
(include-book "std/testing/must-succeed-star" :dir :system)
other
(must-succeed* (defun f (x) (declare (xargs :ruler-extenders (cons))) (cons 3 (if (consp x) (f (cdr x)) nil))) (assert-equal (get-ruler-extenders+ 'f (w state)) '(cons)))