Included Books
other
(in-package "ACL2")
include-book
(include-book "macro-keyword-args")
include-book
(include-book "std/testing/assert-equal" :dir :system)
include-book
(include-book "std/testing/must-succeed-star" :dir :system)
other
(assert-equal (macro-keyword-args 'defthm (w state)) '((rule-classes :rewrite) (instructions) (hints) (otf-flg)))
other
(assert-equal (macro-keyword-args 'defun-sk (w state)) nil)
other
(must-succeed* (defmacro m (a) `(list ,A)) (assert-equal (macro-keyword-args 'm (w state)) nil))