Filtering...

theorem-symbolp-tests

books/std/system/theorem-symbolp-tests

Included Books

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