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