Included Books
other
(in-package "ACL2")
include-book
(include-book "string-string-alistp")
include-book
(include-book "std/testing/assert-bang" :dir :system)
other
(assert! (string-string-alistp nil))
other
(assert! (string-string-alistp '(("abc" . "def"))))
other
(assert! (string-string-alistp '(("" . "1") ("U" . "string"))))