Included Books
other
(in-package "ACL2")
include-book
(include-book "symbol-pseudoterm-alistp")
include-book
(include-book "std/testing/assert-bang" :dir :system)
other
(assert! (symbol-pseudoterm-alistp nil))
other
(assert! (symbol-pseudoterm-alistp '((var . x) (qconst quote 3/4) (fnapp f a b) (lamapp (lambda (x y) (cons x y)) a b))))