Included Books
other
(in-package "ACL2")
include-book
(include-book "keyword-symbol-alistp")
include-book
(include-book "std/testing/assert-bang" :dir :system)
other
(assert! (keyword-symbol-alistp nil))
other
(assert! (keyword-symbol-alistp '((:a . b))))
other
(assert! (keyword-symbol-alistp '((:a . x) (:b . y) (:c . z))))
other
(assert! (keyword-symbol-alistp '((:t . :kwd) (:logic . :program))))