Included Books
other
(in-package "ACL2")
include-book
(include-book "system/pseudo-command-landmarkp" :dir :system)
include-book
(include-book "std/util/deflist" :dir :system)
include-book
(include-book "xdoc/constructors" :dir :system)
other
(deflist pseudo-command-landmark-listp (x) (pseudo-command-landmarkp x) :parents (std/system) :short "Recognize true lists of command landmarks." :long (topstring-p "See @('pseudo-command-landmarkp') in @('system/pseudo-command-landmarkp.lisp').") :true-listp t :elementp-of-nil nil)