Included Books
other
(in-package "ACL2")
include-book
(include-book "event-landmark-names")
include-book
(include-book "std/testing/assert-equal" :dir :system)
include-book
(include-book "std/testing/must-succeed-star" :dir :system)
other
(must-succeed* (defun f (x) x) (assert-equal (event-landmark-names (cddr (nth 0 (w state)))) '(f)))
other
(must-succeed* (defun f (x) x) (verify-guards f) (assert-equal (event-landmark-names (cddr (nth 0 (w state)))) nil))