Filtering...

symbol-string-alistp-tests

books/std/typed-alists/symbol-string-alistp-tests

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"))))
other
(assert! (not (symbol-string-alistp '(("x" . x)))))
other
(assert! (not (symbol-string-alistp '((symbol . "string") 77))))