Included Books
other
(in-package "ACL2")
include-book
(include-book "symbol-truelist-alistp")
include-book
(include-book "std/testing/assert-bang" :dir :system)
other
(assert! (symbol-truelist-alistp nil))
other
(assert! (symbol-truelist-alistp '((a) (b 1 2 3) (c z))))