Filtering...

theorem-symbol-listp-tests

books/std/system/theorem-symbol-listp-tests

Included Books

other
(in-package "ACL2")
include-book
(include-book "theorem-symbol-listp")
include-book
(include-book "std/testing/assert-bang" :dir :system)
include-book
(include-book "std/testing/must-succeed-star" :dir :system)
other
(assert! (theorem-symbol-listp nil (w state)))
other
(assert! (theorem-symbol-listp '(car-cdr-elim cons-car-cdr)
    (w state)))
other
(assert! (not (theorem-symbol-listp '(car-cdr-elim len) (w state))))
other
(must-succeed* (defthm th1 (acl2-numberp (+ x y)))
  (defthm th2 (acl2-numberp (- x)))
  (assert! (theorem-symbol-listp '(th2 th1) (w state))))