Filtering...

logical-name-listp-tests

books/std/system/logical-name-listp-tests

Included Books

other
(in-package "ACL2")
include-book
(include-book "logical-name-listp")
include-book
(include-book "std/testing/assert-bang" :dir :system)
other
(assert! (logical-name-listp '(append "ACL2" car-cdr-elim cons)
    (w state)))
other
(assert! (not (logical-name-listp '(1 2 3) (w state))))
other
(assert! (not (logical-name-listp '(cccccccc) (w state))))
other
(assert! (not (logical-name-listp "xyz" (w state))))