Included Books
other
(in-package "ACL2")
include-book
(include-book "pseudo-tests-and-call-listp")
include-book
(include-book "std/testing/assert-bang" :dir :system)
other
(assert! (pseudo-tests-and-call-listp nil))
other
(assert! (pseudo-tests-and-call-listp (list (make tests-and-call :tests '((f x)) :call '(g y z)) (make tests-and-call :tests '('3 x) :call ''#\a))))