Filtering...

symbol-truelist-alistp-tests

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

Included Books

other
(in-package "ACL2")
include-book
(include-book "symbol-truelist-alistp")
include-book
(include-book "std/testing/assert-bang" :dir :system)
other
(assert! (symbol-truelist-alistp nil))
other
(assert! (symbol-truelist-alistp '((a) (b 1 2 3) (c z))))
other
(assert! (not (symbol-truelist-alistp 55)))
other
(assert! (not (symbol-truelist-alistp '((a . "x") (b 1 2)))))
other
(assert! (not (symbol-truelist-alistp '((a 1 2) ("b" 10)))))