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