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