Included Books
other
(in-package "ACL2")
include-book
(include-book "irecursivep-plus")
include-book
(include-book "std/testing/assert-equal" :dir :system)
include-book
(include-book "std/testing/must-succeed-star" :dir :system)
other
(assert-equal (irecursivep+ 'cons (w state)) nil)
other
(assert-equal (irecursivep+ 'pseudo-termp (w state)) '(pseudo-termp pseudo-term-listp))