Filtering...

macro-symbolp-tests

books/std/system/macro-symbolp-tests

Included Books

other
(in-package "ACL2")
include-book
(include-book "macro-symbolp")
include-book
(include-book "std/testing/assert-bang" :dir :system)
include-book
(include-book "std/testing/must-succeed-star" :dir :system)
other
(assert! (macro-symbolp 'append (w state)))
other
(assert! (not (macro-symbolp 'cons (w state))))
other
(assert! (not (macro-symbolp 'aaaaaaaaaa (w state))))
other
(must-succeed* (defmacro m (x) `(list ,X))
  (assert! (macro-symbolp 'm (w state))))