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